Skip to content

Instantly share code, notes, and snippets.

@tiagocoutinho
Last active May 16, 2020 07:39
Show Gist options
  • Save tiagocoutinho/cf29bd83bf8e12f6f1a28f4280ed05ac to your computer and use it in GitHub Desktop.
Save tiagocoutinho/cf29bd83bf8e12f6f1a28f4280ed05ac to your computer and use it in GitHub Desktop.
nmap examples
# find hosts with port 80 open
nmap -PE -p 80 xxx.yyy.zzz.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment