A simple python tool to reverse search whois by name and email from free services
git clone https://github.com/aggr3ssor/revwho.git && cd revwho
chmod +x setup.py
sudo ./setup.py install
usage: revwho [-h] --terms [TERM [TERM ...]] [--output OUTPUTFILE] [--quiet]
do reverse whois for term(s) specified and returns a list of domains for that
term(s).
optional arguments:
-h, --help show this help message and exit
--terms [TERM [TERM ...]], -t [TERM [TERM ...]]
single term or space separated terms
--output OUTPUTFILE, -o OUTPUTFILE
Output to save scan results.
--quiet, -q Enable quiet/silent mode (only show warnings and
errors).
Search for John Doe
and johndoe@yahoo.com
quietly and save output to output.txt
revwho -t "John Doe" "johndoe@yahoo.com" -o output.txt -q