Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Created August 27, 2018 10:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Scanning Cheatsheet
# masscan
./masscan -e tun0 --rate=300 -p0-65535 10.10.10.91
# nmap
nmap -sC -T4 -A target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment