Created
February 21, 2014 17:41
-
-
Save soupdiver/9139126 to your computer and use it in GitHub Desktop.
scan a network for open ssh ports with nmap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nmap -sV -p 22 XXX.XXX.XXX.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment