nmap

Scan all ports

nmap -p- target

Fast and Noisy

nmap -T5 -p- target

Slow and Discreet

nmap -T1 -p- target

UDP Scan

nmap -p 161 -Pn -sU -sV target

OS Detection, Version Detection, Script Scanning, Traceroute

nmap -A target

Last updated