OSINT : Gathering Information About Emails With Infoga


Infoga
is an tool that amasses information from sundry public sources on email accounts ips, hostname, country, and tests if emails are leaked . 

It's an authentically rudimentary implement, but very subsidiary for the early stages of a perforation test or just to understand your company's internet exposure.

Installing Infoga :

git clone https://github.com/m4ll0k/Infoga.git && cd Infoga

  • After Downloading Install :

python setup.py install 

  • Then start Infoga With :

python infoga.py

Using Infoga :

  • To use Infoga :
python infoga.py --domain <email/domain> --source all --breach -v 2 --report ../test.txt

Comments