Skip to content

Instantly share code, notes, and snippets.

@insi2304
Created December 30, 2019 08:29
Show Gist options
  • Save insi2304/540f6f6b0769f3e0e7748fbc168667a8 to your computer and use it in GitHub Desktop.
Save insi2304/540f6f6b0769f3e0e7748fbc168667a8 to your computer and use it in GitHub Desktop.
email=$(whois $1 | grep 'Registrant Email' |awk -F':' '{print $2}'| xargs)
echo "https://www.reversewhois.io/?searchterm=$email" | html-tool tags td | grep -oP '\S+\.\w+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment