Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.19 KB

File metadata and controls

47 lines (36 loc) · 1.19 KB

Infoga - Email OSINT

Info 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/Abi4s/Info.git
$ cd info
$ python setup.py install
$ python info.py

Usage

$ python info.py --domain nsa.gov --source all --breach -v 2 --report ../nsa_gov.txt
$ python info.py --info xbrute@protonmail.ch --breach -v 3 --report ../mAbi4s.txt

info

Support Docker

Install Docker Linux

Install Docker

curl -fsSL https://get.docker.com | bash

To use docker you need superuser power

Build Image dirsearch

To create image

docker build -t "info:1" .

dirsearch this is name the image and 1 is version

Using dirsearch

For using

docker run -it --rm "info:1" --domain target --source all --breach -v 2

target is the site