How to run automated reconnaissance with mcp-security-hub
Quando usar: You need to run multiple recon tools against an authorized target.
Pré-requisitos
- Docker and Docker Compose installed — Install Docker Desktop or Docker Engine
- Written authorization for the target — Signed penetration testing agreement
Fluxo
-
Start recon toolsStart the nmap-mcp and nuclei-mcp servers. Run port scanning and vulnerability scanning against the authorized target at 192.168.1.100.✓ Copiado→ Port scan results and vulnerability findings
-
Deep dive on findingsFound a web server on port 443. Run FFUF for directory fuzzing and check for common web vulnerabilities with Nuclei.✓ Copiado→ Directory listing and vulnerability scan results
Resultado: Comprehensive reconnaissance results from multiple tools.
Armadilhas
- Running all 38 servers at once consumes significant resources — Only start the servers you need. Use docker-compose up with specific service names.