hexstrike-ai
by 0x4m4·★ 8,764·Score 58
HexStrike AI is an advanced MCP server that lets AI agents autonomously run 150+ cybersecurity tools for pentesting and security research.
Overview
HexStrike AI v6.0 is a comprehensive cybersecurity automation platform that bridges AI agents with offensive security capabilities. It features a multi-agent architecture with intelligent decision-making, 12+ autonomous AI agents, and 150+ professional security tools. The system supports multiple AI clients including Claude Desktop, VS Code Copilot, Cursor, and others through the MCP protocol, enabling automated vulnerability discovery, bug bounty automation, and security research.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose HexStrike AI if you need to integrate AI agents with offensive security capabilities, automate penetration testing workflows, or enhance bug bounty operations with intelligent tool selection.
When NOT to choose this
Avoid this if you're looking for defensive security tools, need integration with non-Python environments, or require support for compliance frameworks rather than offensive security testing.
Tools this server exposes
12 tools extracted from the READMEnmapAdvanced 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
Comparable tools
Installation
Installation
# 1. Clone the repository
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
# 2. Create virtual environment
python3 -m venv hexstrike-env
source hexstrike-env/bin/activate # Linux/Mac
# hexstrike-env\Scripts\activate # Windows
# 3. Install Python dependencies
pip3 install -r requirements.txt
# 4. Start the server
python3 hexstrike_server.pyClaude Desktop Integration
Edit ~/.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 - Advanced Cybersecurity Automation Platform",
"timeout": 300,
"disabled": false
}
}
}FAQ
- What AI clients are supported?
- HexStrike AI supports Claude Desktop, VS Code Copilot, Cursor, Roo Code, and other MCP-compatible agents.
- How many security tools are included?
- The platform includes 150+ professional security tools across categories like network scanning, web application testing, password cracking, binary analysis, and cloud security.
Compare hexstrike-ai with
Last updated · Auto-generated from public README + GitHub signals.