How to run automated reconnaissance with mcp-security-hub
Когда использовать: You need to run multiple recon tools against an authorized target.
Предварительные требования
- Docker and Docker Compose installed — Install Docker Desktop or Docker Engine
- Written authorization for the target — Signed penetration testing agreement
Поток
-
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.✓ Скопировано→ 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.✓ Скопировано→ Directory listing and vulnerability scan results
Итог: Comprehensive reconnaissance results from multiple tools.
Подводные камни
- Running all 38 servers at once consumes significant resources — Only start the servers you need. Use docker-compose up with specific service names.