Skip to content

Instantly share code, notes, and snippets.

@olegbliaher
Created March 16, 2021 09:23
Show Gist options
  • Save olegbliaher/ca0a8d3b1a4c178b789749e50af62573 to your computer and use it in GitHub Desktop.
Save olegbliaher/ca0a8d3b1a4c178b789749e50af62573 to your computer and use it in GitHub Desktop.
nmap chatsheet

TEST AN ADDRESS

nmap -n -vv --min-rate 5000 -oA website-tcp -p- site.com

nmap -n -vv -Pn --min-rate 5000 -oA website-udp -sU -p- site.com

test a port

nmap -n -vv -Pn -sV -sC -oA version -p22 site.com

nmap -n -v -Pn -sV -sC -oA udp-version -sU -p1234 site.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment