-
-
Save tejastank/92dc7f6b57e24963ff246d6d64560460 to your computer and use it in GitHub Desktop.
nmap summary
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 to scan the top 1000 most | |
# common ports, give us the service | |
# version information for any open | |
# ports, write it to an output | |
# file and use our csv file as a | |
# list of IPs to scan. | |
sudo nmap -sSV -oA OUTPUTFILE -T4 -iL IPS.csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment