Skip to content

Instantly share code, notes, and snippets.

@tejastank
Forked from smellslikeml/nmap_list_scan.sh
Created April 7, 2020 13:29
Show Gist options
  • Save tejastank/92dc7f6b57e24963ff246d6d64560460 to your computer and use it in GitHub Desktop.
Save tejastank/92dc7f6b57e24963ff246d6d64560460 to your computer and use it in GitHub Desktop.
nmap summary
# 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