What problem does it solve? Security teams need a structured, repeatable way to discover hosts, enumerate services, and detect vulnerabilities across large authorized networks without missing critical assets or overwhelming production infrastructure. ## Core Features & Use Cases - Layered Host Discovery: Combines ARP, ICMP, TCP, and UDP probes to find live hosts even when ICMP is blocked, then consolidates results into a live hosts file. - Service Enumeration and Vulnerability Scanning: Runs version detection, OS fingerprinting, and NSE scripts for vulnerabilities like MS17-010, Heartbleed, and default credentials. - Evasion and Reporting: Applies fragmentation, decoys, idle scans, and timing controls for authorized stealth testing, then parses XML output into CSV, HTML, or Metasploit imports. - Use Case: A security team baselines a 5,000-host corporate network over a weekend window, running full TCP scans with tuned rates, targeted NSE vulnerability scripts, and generating per-subnet CSV reports for the vulnerability management platform. ## Quick Start Scan the authorized subnet 10.0.0.0/24 with Nmap to discover live hosts, enumerate service versions, and run vulnerability scripts, saving results in all output formats.