Skip to content

Instantly share code, notes, and snippets.

@ihebski
Created August 6, 2020 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihebski/cceb839e32d9ac84409632c250ca0043 to your computer and use it in GitHub Desktop.
Save ihebski/cceb839e32d9ac84409632c250ca0043 to your computer and use it in GitHub Desktop.
fast port scan nmap + parallel
cat domains.txt | parallel -j250 'nmap -Pn --top-ports 100 -T4 -vv --open -oN results.txt {}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment