Sign inSign up

xshuden/infoga

By xshuden

•Updated over 7 years ago

Image
0

1.1K

xshuden/infoga repository overview

⁠Infoga - Email OSINT

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.

screen

⁠Installation

$ git clone https://github.com/m4ll0k/Infoga.git infoga
$ cd infoga
$ python setup.py install
$ python infoga.py

⁠Docker Build

$ docker build -t xshuden/infoga .

⁠Docker Usage

$ docker run --rm -it xshuden/infoga --domain nsa.gov --source all
$ docker run --rm -it -v '$(pwd):/tmp/' xshuden/infoga --domain nsa.gov --source all

⁠Usage

$ python infoga.py --domain nsa.gov --source all --breach -v 2 --report ../nsa_gov.txt

run_1

$ python infoga.py --info [email protected] --breach -v 3 --report ../m4ll0k.txt

info

Tag summary

Content type

Image

Digest

Size

32.4 MB

Last updated

over 7 years ago

docker pull xshuden/infoga