[2020] Infoga – Best Email Information Gathering Tool
An Email Open Source Intelligence Tool
Infoga is a tool gathering email accounts informations (ip,hostname,country,…) from different public source (search engines, pgp key servers and shodan) and check if emails was leaked using haveibeenpwned.com API. Is a really simple tool, but very effective for the early stages of a penetration test or just to know the visibility of your company in the Internet.
Installation
$ git clone https://github.com/m4ll0k/Infoga.git
$ cd Infoga
$ python setup.py install
$ python infoga.py
This script is Tested in Kali linux , Parrot os , Ubuntu os
Usage
$ python infoga.py --domain nsa.gov --source all --breach -v 2 --report ../nsa_gov.txt
$ python infoga.py --info m4ll0k@protonmail.com --breach -v 3 --report ../m4ll0k.txt
Support Docker
Install Docker Linux
Install Docker
curl -fsSL https://get.docker.com | bash
Note: To use docker you need superuser power
Build Image dirsearch
To create image
docker build -t "infoga:1" .
Where, dirsearch this is name of the image and 1 is version
Using dirsearch
For using
docker run -it --rm "infoga:1" --domain target --source all --breach -v 2
Where, target is the site
Leave a Reply