Created
November 21, 2018 13:14
-
-
Save mrroot5/dba63d7265447431e7b07adbea6d0e94 to your computer and use it in GitHub Desktop.
Nmap escaner de puertos
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
nmap -p 22 192.164.1.0/8 | |
# -p: el puerto a buscar, en este caso ssh, el 22 | |
# rango de ip a buscar: el /8 son toda las ip todas las ips del cero final |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment