hexstrike-ai

hexstrike-ai

HexStrike AI MCP Agents is an advanced MCP server enabling AI agents to autonomously run over 150 cybersecurity tools.

MCPDevOpen source网络安全渗透测试漏洞发现AI代理
Type
MCP
Transport
stdio
Open source
Yes
GitHub Stars
★ 9.9k
Source
mcp-github

Overview

HexStrike AI MCP Agents is an advanced MCP server that allows AI agents (such as Claude, GPT, Copilot, etc.) to autonomously execute over 150 cybersecurity tools for automated penetration testing, vulnerability discovery, bounty automation, and security research. It seamlessly connects large language models with actual offensive security capabilities. The system uses an intelligent decision engine to select optimal testing strategies and enables AI agents to perform comprehensive security assessments. The system dynamically adjusts based on results and discovered vulnerabilities, providing visual outputs and risk analysis reports.

Capabilities

  • Automated penetration testing
  • Vulnerability discovery
  • Bounty automation
  • Security research
  • Intelligent decision engine
  • Over 150 security tools

Use cases

Enterprise security teams performing automated penetration testingSecurity researchers conducting vulnerability discoveryBug bounty hunters automating tasksSecurity training and education

Setup

Requires: Python 3.8+API Key
1. Clone the repository: `git clone https://github.com/0x4m4/hexstrike-ai.git`; 2. Create a virtual environment: `python3 -m venv hexstrike-env`; 3. Activate the virtual environment: `source hexstrike-env/bin/activate` (Linux/Mac) or `hexstrike-env\Scripts\activate` (Windows); 4. Install dependencies: `pip3 install -r requirements.txt`.

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

Which AI clients are supported?

Supports MCP-compatible agents such as VS Code Copilot, Roo Code, Cursor, Claude Desktop, and others.

How do I install core security tools?

Install core tools using commands, for example: `nmap masscan rustscan amass subfinder nuclei fierce dnsenum`.

Related skills