metasploit-framework

仓库创建 2025年6月22日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由

整合 msfconsole/msfvenom 常用流程,适合红队与渗透测试。

▸ 风险提示

涉及攻击与后渗透技术,存在被滥用风险,必须在授权范围内使用。

这个 Skill 做什么

指导使用 Metasploit 进行漏洞利用、载荷生成与后渗透操作。

把 Metasploit 用于有授权的渗透测试流程,从漏洞利用、载荷生成(如 msfvenom)、到利用控制台(msfconsole)和事后渗透操作的整体规划与建议。适合安全评估、红队演练或漏洞验证等明确授权的场景,绝不用于未授权入侵。特别之处在于把扫描、利用、载荷与后渗透模块化串联,便于在合规范围内复现攻击链并给出整改建议。

▸ 展开 SKILL.md 英文原文

This skill should be used when the user asks to "use Metasploit for penetration testing", "exploit vulnerabilities with msfconsole", "create payloads with msfvenom", "perform post-exploitation", "use auxiliary modules for scanning", or "develop custom exploits". It provides comprehensive guidance for leveraging the Metasploit Framework in security assessments.

垂直行业Metasploit利用载荷渗透测试通用
4.4k
Stars
448
Forks
40
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/metasploit-framework/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/zebbern/claude-code-guide/main/skills/metasploit-framework/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Metasploit Framework

## Purpose

Leverage the Metasploit Framework for comprehensive penetration testing, from initial exploitation through post-exploitation activities. Metasploit provides a unified platform for vulnerability exploitation, payload generation, auxiliary scanning, and maintaining access to compromised systems during authorized security assessments.

## Prerequisites

### Required Tools
```bash
# Metasploit comes pre-installed on Kali Linux
# For other systems:
curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
chmod 755 msfinstall
./msfinstall

# Start PostgreSQL for database sup
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有