KiemVM / mosint

An automated e-mail OSINT tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 62.4%Language:Python 37.6%