Contact Hound is an automated email gathering/notification delivery tool.
$ git clone https://github.com/MDHD99/ContactHoundOSINT.git
$ cd ContactHoundOSINT/
$ python setup.py install
For a single domain
python CHound.py --emailgather -d example.com
For using an input file and save results to an output file
python CHound.py --emailgather -f domains.csv -t 2 -o results.csv
Example of type two input file:
A part of the email gathering functions of this tool was based on infoga by m4ll0k