0xbharath / mosint

An automated e-mail OSINT tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOSINT

What is the MOSINT

MOSINT is a fastest OSINT Tool for emails. It helps you gather information about the target email.

Features: πŸ‘€

  • Email validation
  • Check social accounts
  • Check data breaches and password leaks
  • Find related emails and domains
  • Scan Pastebin Dumps
  • Google Search
  • DNS Lookup

Services (APIs):

[not required to run the program]

Service Function Status
ipapi.co - Public More Information About Domain 🚧
hunter.io - Public Related Emails βœ… πŸ”‘
emailrep.io - Public Breached Sites Names βœ… πŸ”‘
scylla.so - Public Database Leaks 🚧
psbdmp.ws - Public Pastebin Dumps βœ… πŸ”‘
Intelligence X Password Leaks βœ… πŸ”‘

πŸ”‘ API key required

If you want to use mosint with full features, set your API keys:

 mosint set hunter <hunter.io API key>
 mosint set emailrep <emailrep.io API key>
 mosint set intelx <intelx.io API key>
 mosint set psbdmp <psbdmp.ws API key>
 mosint set breachdirectory <breachdirectory.org API key>

Installation:

Using Go

go install -v github.com/alpkeskin/mosint@latest

Using Docker

Build a docker image

docker build . -t mosint

Run the docker container using the image

docker run mosint --help

Usage:

mosint example@email.com

Screen :

mosint

About

An automated e-mail OSINT tool

License:Other


Languages

Language:Go 99.6%Language:Dockerfile 0.4%