Projects STRLCPY mosint Files
🤬
modules Loading last commit info...
.gitignore
LICENSE
README.md
banner.png
go.mod
go.sum
keys.json
main.go
requirements.txt
README.md

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]

ServiceFunctionStatus
ipapi.co - PublicMore Information About Domain:white_check_mark:
hunter.io - PublicRelated Emails:white_check_mark: 🔑
emailrep.io - PublicBreached Sites Names:white_check_mark: 🔑
scylla.so - PublicDatabase Leaks🚧
breachdirectory.org - PublicDatabase Leaks:white_check_mark: 🔑

- 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 [email protected] -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
Please wait...
Page is in error, reload to recover