Skip to content

Instantly share code, notes, and snippets.

@grittyninja
Created August 27, 2018 10:39
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 grittyninja/a73aeee2f5d854e8139b38de85b2b642 to your computer and use it in GitHub Desktop.
Save grittyninja/a73aeee2f5d854e8139b38de85b2b642 to your computer and use it in GitHub Desktop.
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