Skip to content

Instantly share code, notes, and snippets.

@carlthewebmaster
Created December 14, 2013 15:52
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 carlthewebmaster/7960848 to your computer and use it in GitHub Desktop.
Save carlthewebmaster/7960848 to your computer and use it in GitHub Desktop.
DNS Dump from list of domains.
ls | xargs -L1 dig @ns1.mediatemple.net -t ANY > all-dns.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment