Skip to content

Instantly share code, notes, and snippets.

@albohlabs
Created March 6, 2012 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albohlabs/1989333 to your computer and use it in GitHub Desktop.
Save albohlabs/1989333 to your computer and use it in GitHub Desktop.
CLI: nmap
# fingerprint | get OS
nmap -O
# fingerprint with port
nmap -O -p 22,80
# full TCP scan
nmap -sT -p1-65535
# full UDP scan
nmap -sU -T4 -p1-65535
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment