Skip to content

Instantly share code, notes, and snippets.

@ihebski
Last active August 6, 2020 01:41
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/cc107b7b7458e9c534037e8e77925f7c to your computer and use it in GitHub Desktop.
Save ihebski/cc107b7b7458e9c534037e8e77925f7c to your computer and use it in GitHub Desktop.
nslookup domains + parallel
cat subdomains.txt | parallel -j250 'host {} | grep "has address" | cut -d " " -f1,4' | sort -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment