Infoga

Infoga - Email OSINT

Github stars Tracking Chart

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

Usage

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

run_1

$ python infoga.py --info m4ll0k@protonmail.com --breach -v 3 --report ../m4ll0k.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 "infoga:1" .

dirsearch this is name the image and 1 is version

Using dirsearch

For using

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

target is the site

Main metrics

Overview
Name With Ownerm4ll0k/Infoga
Primary LanguagePython
Program languagePython (Language Count: 0)
Platform
License:Other
所有者活动
Created At2019-01-08 17:39:24
Pushed At2020-06-28 08:43:22
Last Commit At2020-06-28 10:43:21
Release Count0
用户参与
Stargazers Count1.3k
Watchers Count44
Fork Count317
Commits Count30
Has Issues Enabled
Issues Count16
Issue Open Count10
Pull Requests Count0
Pull Requests Open Count2
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private