Nmap
TCP port scans
Initial TCP port scans
sudo nmap -sS -sC -Pn -T 4 -sV -F 192.168.X.Xsudo nmap -sS -sC -Pn -T 4 -sV -A 192.168.X.X -oA initNmapTCPScanFull scan of TCP ports
sudo nmap -sS -sC -Pn -p - -T 4 -sV -A 192.168.X.X -oA fullNmapTCPScanUDP Port Scans
Scan top UDP ports
Full UDP scan
Using Scripts
Last updated