Hexstrike
Hexstrike
Specs
Kali Linux 2023.1+, Python 3.8+, 4GB RAM minimum (8GB recommended), 20GB free storage. Installation
1) Apt
sudo apt install hexstrike-ai2) From source
git clone https://github.com/0x4m4/hexstrike-ai.git
cd hexstrike-ai
pip3 install -r requirements.txtExecution
1) Start the API Server
hexstrike_server --port 8888
# or with debug output:
hexstrike_server --port 8888 --debug2) Start the MCP bridge
Connection to Claude Desktop
Tool Categories
Usage Examples
SSH Tunnel
1) On main OS β create tunnel
2) On Kali β start the server
3) On main OS β start MCP bridge
Last updated