Created
June 2, 2018 04:07
-
-
Save nnarain/4d34abe00bb76d48a428a4f746284848 to your computer and use it in GitHub Desktop.
NMAP
This file contains hidden or 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
# Find open ssh ports on network | |
nmap -sS -p 22 192.168.10.0/24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment