Skip to content

Instantly share code, notes, and snippets.

@hectorcanto
Created July 4, 2019 13:08
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 hectorcanto/2063e8ebe67dc2b560ba74b334a0a44b to your computer and use it in GitHub Desktop.
Save hectorcanto/2063e8ebe67dc2b560ba74b334a0a44b to your computer and use it in GitHub Desktop.
[Network commands] Command to check open ports and the like #networkin #ops
sudo nmap --min-hostgroup 100 -F -sS -n -T4 $IP/32
nc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment