nmap cheat sheet

Categories: Security

nmap scan sheet cheat ๐Ÿ˜€

Host Discovery

nmap -PE <range>
nmap -PP <range>
nmap -PM <range>

arp scan

nmap -PR <range>

Stealth Scan

nmap -sS <range>

 

Idle Scan

nmap -sI zombie <range>

 

Version Scan

nmap -sV <range>

TCP Full connect scan

nmap -sT <range>

 

Null Scan

nmap -sN <range>

 

Soofing Source

address spoof
    nmap -S spoofed source address
mac spoof
    nmap --spoof-mac

Xmas Scan

nmap -sX <range>

 

FIN scanย 

nmap -sF <range>

 

Maimon scan

nmap -sM <range>

 

ACK Scan

nmap -sA <range>

 

Window Scan

nmap -sW <range>

 

UDP scan

nmap -sU -sV <range>

 

SCTP scan

init scan
    nmap -sY <range> 
echo scan
    nmap -sZ <range>

 

IP Protocol scan

nmap -sO <range>
«
»

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    This site uses Akismet to reduce spam. Learn how your comment data is processed.