Nmap Cheat Sheet: Basic Scanning Techniques
Nmap Cheat Sheet: Basic Scanning Techniques
Nmap Cheat Sheet: Basic Scanning Techniques
See-Security Technologies
Discovery Options
• Perform a ping scan only nmap -sP [target]
• Don’t ping nmap -PN [target]
• TCP SYN Ping nmap -PS [target]
• TCP ACK ping nmap -PA [target]
• UDP ping nmap -PU [target]
• SCTP Init Ping nmap -PY [target]
• ICMP echo ping nmap -PE [target]
• ICMP Timestamp ping nmap -PP [target]
• ICMP address mask ping nmap -PM [target]
• IP protocol ping nmap -PO [target]
• ARP ping nmap -PR [target]
• Traceroute nmap –traceroute [target]
• Force reverse DNS resolution nmap -R [target]
• Disable reverse DNS resolution nmap -n [target]
• Alternative DNS lookup nmap –system-dns [target]
• Manually specify DNS servers nmap –dns-servers [servers] [target]
• Create a host list nmap -sL [targets]
nmap Cheat Sheet
See-Security Technologies
Version Detection
Output Options
Ndiff
References