I hereby claim:
- I am mgdudas on github.
- I am dclaw (https://keybase.io/dclaw) on keybase.
- I have a public key whose fingerprint is 9078 5A77 DCF0 A5AB BFAE 6148 068E BAB0 1490 D983
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #/bin/bash | |
| INPUT=$1 | |
| SDOMAIN=`echo $INPUT |sed '/www./ s/www.//g'` | |
| echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++" | |
| echo "WHOIS" | |
| whois $SDOMAIN>$1.whois | |
| cat $1.whois|grep -A8 Registrant | |
| cat $1.whois|grep '@'|uniq | |
| echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++" | |
| if [ -f $INPUT.key ] |