MDHD99 / ContactHoundOSINT

Domain email gathering and delivery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contact Hound- Email OSINT

Contact Hound is an automated email gathering/notification delivery tool.

Installation

$ git clone https://github.com/MDHD99/ContactHoundOSINT.git
$ cd ContactHoundOSINT/
$ python setup.py install

Usage

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: file2

sampleout

References

A part of the email gathering functions of this tool was based on infoga by m4ll0k

About

Domain email gathering and delivery

License:GNU General Public License v3.0


Languages

Language:Python 99.7%Language:Dockerfile 0.3%