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.