一个自动化电子邮件开源情报工具
Go to file
2022-04-23 20:55:10 +03:00
modules version 2.1 2022-03-21 15:13:31 +03:00
outputs Create DELETEME.txt 2022-04-23 20:55:10 +03:00
.gitignore Update README.md 2020-11-26 23:23:56 +03:00
banner.png version 2.1 2022-03-21 15:13:31 +03:00
go.mod version 2.1 2022-03-21 15:13:31 +03:00
go.sum version 2.1 2022-03-21 15:13:31 +03:00
keys.json version 2.1 2022-03-21 15:13:31 +03:00
LICENSE Initial commit 2020-09-27 17:55:27 +03:00
main.go Update main.go 2022-03-21 15:30:35 +03:00
README.md Update README.md 2022-03-28 12:56:32 +03:00
requirements.txt version 2.1 2022-03-21 15:13:31 +03:00

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 and Holehe
  • Check data breaches and password leaks
  • Find related emails and domains
  • Scan Pastebin and Throwbin Dumps
  • Google Search
  • DNS Lookup
  • IP Lookup
  • Output to text file

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 Password Leaks 🔑
Intelligence X Password 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
-verify Verify target email No
-social Social scan for target email No
-relateds Find related emails and domains with target email No
-leaks Find password leaks for target email No
-dumps Search pastebin dumps for target email No
-domain More information about target email's domain No
-o Output to text file No
-v Version of mosint No
-h Help Menu No
-all All features! No

Example:

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

Just type -o for output file (.txt)

Screen :

mosint

Buy me a coffee: 💸

https://www.buymeacoffee.com/alpkeskin

Tested on:

  • Linux
  • macOS