Infoga
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 hacked-emails 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 :
$ apt update && apt upgrade
$ apt install git
$ apt install python2
$ git clone https://github.com/m4ll0k/Infoga
$ cd Infoga
$ chmod +x *
$ pip2 install requests
usage :
$ python2 infoga.py
Now it shows all options to use this tool
$ python2 infoga.py -t gmail.com -s all
Now its started collecting emails and e-mails information
[hostname, city, organization, longitude and latitude ports..]
Comments
Post a Comment