nmap -sU -p 1-65535 -T4 -A -v localhost
-A, to enable OS and version detection
-p : Only scan specified ports.
It
-T4 for faster execution
UDP scan is activated with the -sU option.
-v: Increase verbosity level
nmap -sU -p 1-65535 -T4 -A -v localhost
-A, to enable OS and version detection
-p : Only scan specified ports.
It
-T4 for faster execution
UDP scan is activated with the -sU option.
-v: Increase verbosity level