Skip to content

MDHD99/ContactHoundOSINT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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