Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Last active May 24, 2020 17:19
Show Gist options
  • Save kbbgl/7775df92666daf12e87e7fb68324835b to your computer and use it in GitHub Desktop.
Save kbbgl/7775df92666daf12e87e7fb68324835b to your computer and use it in GitHub Desktop.
[scan for open ports] #enumeration #hacking #nmap #masscan

Either use nmap:

nmap -T4 -p- 192.168.1.1 -A`

Or masscan:

masscan -p1-65535 192.68.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment