What problem does it solve? Manually running comprehensive network reconnaissance across large authorized target ranges is slow and error-prone, and raw Nmap output is hard to feed into vulnerability management pipelines. This Skill automates host discovery, port scanning, service fingerprinting, and NSE vulnerability detection, then produces structured JSON and CSV reports. ## Core Features & Use Cases - Layered Host Discovery: Combines ARP, ICMP, TCP, and UDP probes to find live hosts even when ICMP is blocked. - Automated Scanning Pipeline: The bundled Python agent runs SYN scans with tuned timing, service version detection, OS fingerprinting, and NSE vulnerability scripts in sequence. - Structured Reporting: Generates JSON and CSV reports plus guidance for XML-to-HTML conversion and Metasploit database import. - Use Case: During an authorized assessment of a 10.0.0.0/16 network, run the agent to discover hosts, enumerate open ports, flag vulnerabilities like MS17-010 via NSE scripts, and export results to CSV for the vulnerability management platform. ## Quick Start Run the agent script against an authorized target range such as 192.168.1.0/24 with vulnerability scanning enabled and an output directory for the generated reports.