-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblhackbox-mcp.json
More file actions
45 lines (45 loc) · 1.47 KB
/
Copy pathblhackbox-mcp.json
File metadata and controls
45 lines (45 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"mcpServers": {
"kali": {
"type": "http",
"url": "http://localhost:9001/mcp",
"description": "Kali Linux security tools + Metasploit Framework — 70+ tools including msfconsole, msfvenom, nmap, sqlmap, hydra, etc. Connects via Streamable HTTP to docker compose service on port 9001."
},
"wireshark": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--network",
"blhackbox_net",
"--privileged",
"crhacky/blhackbox:wire-mcp"
],
"description": "WireMCP Server — Wireshark/tshark for packet capture and network analysis (7 tools)"
},
"screenshot": {
"type": "http",
"url": "http://localhost:9004/mcp",
"description": "Screenshot MCP Server — headless Chromium screenshots for bug bounty PoC evidence capture (4 tools)"
},
"blhackbox": {
"command": "blhackbox",
"args": [
"mcp"
],
"env": {},
"description": "blhackbox core MCP server — recon, tool execution, graph queries, report generation"
},
"hexstrike": {
"type": "http",
"url": "http://localhost:9006/mcp",
"description": "HexStrike MCP Server — full upstream HexStrike Gamma MCP service connected to the HexStrike API container."
},
"boaz": {
"type": "http",
"url": "http://localhost:9005/mcp",
"description": "BOAZ MCP Server — upstream BOAZ-MCP Gamma server exposed over Streamable HTTP."
}
}
}