How to run automated reconnaissance with mcp-security-hub
Wann einsetzen: You need to run multiple recon tools against an authorized target.
Voraussetzungen
- Docker and Docker Compose installed — Install Docker Desktop or Docker Engine
- Written authorization for the target — Signed penetration testing agreement
Ablauf
-
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.✓ Kopiert→ 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.✓ Kopiert→ Directory listing and vulnerability scan results
Ergebnis: Comprehensive reconnaissance results from multiple tools.
Fallstricke
- Running all 38 servers at once consumes significant resources — Only start the servers you need. Use docker-compose up with specific service names.