Skip to content

Instantly share code, notes, and snippets.

@eyemyth
Created March 8, 2012 09:43
Show Gist options
  • Save eyemyth/1999989 to your computer and use it in GitHub Desktop.
Save eyemyth/1999989 to your computer and use it in GitHub Desktop.
Scan a network for a particular open port
sudo nmap -p 22 -open -v -oG - 192.168.1.0/24 | grep 22/open
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment