Skip to content

Instantly share code, notes, and snippets.

@ihebski
Last active August 4, 2020 22:19
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/a28ab2da5c3e46d5e079682fabfdd6ac to your computer and use it in GitHub Desktop.
Save ihebski/a28ab2da5c3e46d5e079682fabfdd6ac to your computer and use it in GitHub Desktop.
nc port scan for several hosts
cat hosts.txt | parallel -j255 'netcat -znv -w 1 {} 80 443 8080 25' &> nc-scan.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment