All Projects → m4ll0k → Infoga

m4ll0k / Infoga

Licence: gpl-3.0
Infoga - Email OSINT

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Infoga

Urlextractor
Information gathering & website reconnaissance | https://phishstats.info/
Stars: ✭ 341 (-63.99%)
Mutual labels:  osint, information-extraction, information-gathering, shodan
Reconspider
🔎 Most Advanced Open Source Intelligence (OSINT) Framework for scanning IP Address, Emails, Websites, Organizations.
Stars: ✭ 621 (-34.42%)
Mutual labels:  osint, information-gathering, shodan
Stargather
A fast GitHub stargazers information gathering tool
Stars: ✭ 30 (-96.83%)
Mutual labels:  osint, information-extraction, information-gathering
Deadtrap
An OSINT tool to gather information about the real owner of a phone number
Stars: ✭ 73 (-92.29%)
Mutual labels:  osint, information-extraction, information-gathering
Badkarma
network reconnaissance toolkit
Stars: ✭ 353 (-62.72%)
Mutual labels:  information-gathering, shodan
Vault
swiss army knife for hackers
Stars: ✭ 346 (-63.46%)
Mutual labels:  osint, information-gathering
Gosint
OSINT Swiss Army Knife
Stars: ✭ 401 (-57.66%)
Mutual labels:  osint, shodan
Sherlock
🔎 Hunt down social media accounts by username across social networks
Stars: ✭ 28,569 (+2916.79%)
Mutual labels:  osint, information-gathering
Oneforall
OneForAll是一款功能强大的子域收集工具
Stars: ✭ 4,202 (+343.72%)
Mutual labels:  osint, information-gathering
Phoneinfoga
PhoneInfoga is one of the most advanced tools to scan international phone numbers using only free resources. It allows you to first gather standard information such as country, area, carrier and line type on any international phone number. Then search for footprints on search engines to try to find the VoIP provider or identify the owner.
Stars: ✭ 5,927 (+525.87%)
Mutual labels:  osint, information-gathering
Fav Up
IP lookup by favicon using Shodan
Stars: ✭ 550 (-41.92%)
Mutual labels:  osint, shodan
Zen
Find emails of Github users
Stars: ✭ 343 (-63.78%)
Mutual labels:  osint, information-gathering
Whour
Tool for information gathering, IPReverse, AdminFInder, DNS, WHOIS, SQLi Scanner with google.
Stars: ✭ 18 (-98.1%)
Mutual labels:  information-extraction, information-gathering
Osi.ig
Information Gathering Instagram.
Stars: ✭ 377 (-60.19%)
Mutual labels:  osint, information-gathering
Billcipher
Information Gathering tool for a Website or IP address
Stars: ✭ 332 (-64.94%)
Mutual labels:  information-gathering, shodan
Gasmask
Information gathering tool - OSINT
Stars: ✭ 518 (-45.3%)
Mutual labels:  osint, information-gathering
Theharvester
E-mails, subdomains and names Harvester - OSINT
Stars: ✭ 6,175 (+552.06%)
Mutual labels:  osint, information-gathering
Favfreak
Making Favicon.ico based Recon Great again !
Stars: ✭ 564 (-40.44%)
Mutual labels:  osint, information-gathering
Osintgram
Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
Stars: ✭ 312 (-67.05%)
Mutual labels:  osint, information-gathering
Vajra
Vajra is a highly customizable target and scope based automated web hacking framework to automate boring recon tasks and same scans for multiple target during web applications penetration testing.
Stars: ✭ 269 (-71.59%)
Mutual labels:  osint, information-gathering

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
$ cd Infoga
$ python setup.py install
$ python infoga.py

This script is Tested in Kali linx , Parrot os , Ubuntu os

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

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

Adding persistent volume

For example

docker run -it --rm "infoga:1" -v /tmp/infoga-report:/tmp --domain target --source all --breach -v 2 --report /tmp/report.txt
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].