Skip to content

Instantly share code, notes, and snippets.

@smellslikeml
Created October 21, 2018 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save smellslikeml/b413fe38d32af177af7dd1921c16f4ed to your computer and use it in GitHub Desktop.
Save smellslikeml/b413fe38d32af177af7dd1921c16f4ed 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