E
Ethical Hacking Methodology
@sickn33Comprehensive guide and tools for ethical hacking and penetration testing.
What is Ethical Hacking Methodology?
A professional-grade penetration testing framework that defines a clear 8-phase workflow for security assessments.
How to use Ethical Hacking Methodology?
Invoke by asking for a "security audit of X" or "run the pentest methodology against Y".
Key features of Ethical Hacking Methodology
- ✓Reconnaissance patterns
- ✓Vulnerability analysis
- ✓Exploitation mechanics
- ✓Reporting templates
Use cases of Ethical Hacking Methodology
- 1Web application security testing
- 2Internal network audits
- 3Vulnerability assessment
安装方式
推荐一键安装
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills && mkdir -p ~/.agent/skills && cp -r /tmp/ag-skills/skills/ethical-hacking-methodology ~/.agent/skills/ && rm -rf /tmp/ag-skills
▶分步安装
Step 1: 创建 Skills 目录
mkdir -p ~/.agent/skills
Step 2: 克隆 Skills 仓库
git clone --depth 1 https://github.com/sickn33/antigravity-awesome-skills.git /tmp/ag-skills
Step 3: 复制此 Skill
cp -r /tmp/ag-skills/skills/ethical-hacking-methodology ~/.agent/skills/
Step 4: 清理临时文件
rm -rf /tmp/ag-skills
依赖要求
kali latest
支持平台
antigravityclaudecursor
Server Config
config.json{
"mcpServers": {
"ethical-hacking-methodology": {
"command": "npx",
"args": [
"-y",
"ethical-hacking-methodology"
]
}
}
}