Build practical Nmap commands for authorised host discovery, port checks, service detection and reporting. Choose your target, scan style, ports and output format, then copy the generated command.
-sn checks which hosts appear up without scanning ports.-p limits the scan to specific ports.-sV attempts to detect service versions.-sU performs a UDP scan, which can be slower.-oN, -oX and -oA save output.nmap example.com
nmap -p 80,443 example.com
nmap -sV -p 22,80,443 example.com
nmap -sn 192.168.1.0/24
Nmap Cheat Sheet Grep Command Builder Find Command Builder Search Logs for Errors Linux Cheat Sheets