Skip to content

Instantly share code, notes, and snippets.

@killswitch-GUI
Created October 19, 2015 14:40
Show Gist options
  • Save killswitch-GUI/51bf69f40daa75f91379 to your computer and use it in GitHub Desktop.
Save killswitch-GUI/51bf69f40daa75f91379 to your computer and use it in GitHub Desktop.
# 255 min host group
# min rate 1000 should be fine for internal
# Full Port Scan / --open
nmap -Pn -n -sS -p- -sV --min-hostgroup 255 --min-rtt-timeout 25ms --max-rtt-timeout 100ms --max-retries 1 --max-scan-delay 0 --min-rate 1000 -oA <customer-#> -vvv --open -iL <IPLIST>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment