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.