Skip to content

KiemVM/mosint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOSINT

What is the MOSINT ❓

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

Features: 👀

  • Email validation
  • Check social accounts with Socialscan
  • Check data breaches
  • Find related emails
  • Find related domains
  • Scan Pastebin Dumps
  • Google Search
  • DNS Lookup
  • IP Lookup
  • Find subdomains of domain

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 🚧
breachdirectory.org - Public Database Leaks ✅ 🔑

- API key required

For Use:

  • Save your API key in the keys.json
  • Install Go and Python on your system

Installation:

git clone https://github.com/alpkeskin/mosint.git

cd mosint

pip3 install -r requirements.txt

Usage:

you can type -h for help menu.

+-------+--------------------------------+------------+
| FLAGS |          DESCRIPTION           | ISREQUIRED |
+-------+--------------------------------+------------+
| -e    | Set target email               | Yes        |
| -v    | Verify the target email        | No         |
| -ss   | Social scan for target email   | No         |
| -re   | Find related emails with       | No         |
|       | target email                   |            |
| -rd   | Find related domains with      | No         |
|       | target email                   |            |
| -l    | Find password leaks for target | No         |
|       | email                          |            |
| -pd   | Search pastebin dumps for      | No         |
|       | target email                   |            |
| -er   | EmailRep.io API                | No         |
| -d    | More information about target  | No         |
|       | email's domain                 |            |
| -all  | All features!                  | No         |
+-------+--------------------------------+------------+

Example:

go run main.go -e example@domain.com -all

Screen :

mosint

My Bitcoin Wallet: 💸

[BTC] 19N6A1yAGcfLpaFGQtWaVf316ETWweRbUo

Tested on:

  • Linux
  • macOS

To-Do list: 📝

  • PDF Scanner for Related Emails
  • Output file (.txt)
  • Related phone number sources
  • Useful API's

About

An automated e-mail OSINT tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 62.4%
  • Python 37.6%