Skip to content

Instantly share code, notes, and snippets.

@smhuda
Created February 18, 2021 20:01
Show Gist options
  • Save smhuda/c2c302e9a02eda4a048faf6792af0c85 to your computer and use it in GitHub Desktop.
Save smhuda/c2c302e9a02eda4a048faf6792af0c85 to your computer and use it in GitHub Desktop.
Bulk WHOIS
for domain in `cat domains.txt`
do
echo $domain
`whois $domain >> whois-results.txt`
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment