Last active
December 18, 2015 08:39
-
-
Save millipedia/5755827 to your computer and use it in GitHub Desktop.
Use dig to look up name servers being used by a list of domains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat domainlist.txt | xargs -izzz -n 1 sh -c "echo \"Domain: \" zzz; dig zzz ns +short; echo" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment