hexstrike-ai
by 0x4m4·★ 8,764·综合分 58
HexStrike AI 是一个先进的 MCP 服务器,让 AI 代理能够自主运行 150+ 种网络安全工具进行渗透测试和安全研究。
概述
HexStrike AI v6.0 是一个全面的网络安全自动化平台,将 AI 代理与网络安全能力连接起来。它采用多代理架构,具有智能决策、12+ 个自主 AI 代理和 150+ 种专业安全工具。系统支持多种 AI 客户端,包括 Claude Desktop、VS Code Copilot、Cursor 等,通过 MCP 协议实现自动化漏洞发现、漏洞赏金自动化和安全研究。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你需要将 AI 代理与攻击性安全能力集成,自动化渗透测试工作流程,或使用智能工具选择增强漏洞赏金操作,请选择 HexStrike AI。
什么时候不要选它
如果你需要防御性安全工具,需要与非 Python 环境集成,或需要合规框架支持而非攻击性安全测试,请避免使用。
此 server 暴露的工具
从 README 抽取出 12 个工具nmapAdvanced port scanning with custom NSE scripts and service detection
sqlmapAdvanced automatic SQL injection testing with tamper scripts
nucleiFast vulnerability scanner with 4000+ templates
subfinderFast passive subdomain discovery with multiple sources
niktoWeb server vulnerability scanner with comprehensive checks
hashcatWorld's fastest password recovery tool with GPU acceleration
wpscanWordPress security scanner with vulnerability database
gobusterDirectory, file, and DNS enumeration with intelligent wordlists
dalfoxAdvanced XSS vulnerability scanning with DOM analysis
masscanHigh-speed Internet-scale port scanning with banner grabbing
amassAdvanced subdomain enumeration and OSINT gathering
ghidraNSA's software reverse engineering suite with headless analysis
可对比工具
安装
安装
# 1. 克隆仓库
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
# 2. 创建虚拟环境
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate # Linux/Mac
# hexstrike-env\Scripts\activate # Windows
# 3. 安装 Python 依赖
pip3 install -r requirements.txt
# 4. 启动服务器
python3 hexstrike_server.pyClaude Desktop 集成
编辑 ~/.config/Claude/claude_desktop_config.json:
{
"mcpServers": {
"hexstrike-ai": {
"command": "python3",
"args": [
"/path/to/hexstrike-ai/hexstrike_mcp.py",
"--server",
"http://localhost:8888"
],
"description": "HexStrike AI v6.0 - 高级网络安全自动化平台",
"timeout": 300,
"disabled": false
}
}
}FAQ
- 支持哪些 AI 客户端?
- HexStrike AI 支持 Claude Desktop、VS Code Copilot、Cursor、Roo Code 和其他兼容 MCP 的代理。
- 包含多少种安全工具?
- 该平台包含 150+ 种专业安全工具,涵盖网络扫描、Web 应用测试、密码破解、二进制分析和云安全等多个类别。
hexstrike-ai 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。