Build an Nmap scan command by choosing options from a list instead of memorising the flags.
Nmap command builder. Configure scan type (SYN, TCP connect, UDP, ping, version, OS detection), port specification, timing template, output format, and common NSE scripts. Generates the complete nmap CLI command.
Constructs nmap syntax with correct flag precedence: scan type (-sS/-sT/-sU/-sn), host discovery (-Pn), port spec (-p, --top-ports, -F), version detection (-sV with intensity), OS detection (-O), script selection (--script=), timing template (-T0 through -T5), output format (-oN/-oX/-oG/-oA), and misc flags (-v, -A, --open). Validates flag combinations for privilege requirements (SYN scan requires root/CAP_NET_RAW).
Advanced scan options are for authorized diagnostics on systems you own or manage.