blackhatethicalhacking / 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 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

About

An automated e-mail OSINT tool

License:Creative Commons Zero v1.0 Universal


Languages

Language:Go 93.0%Language:Python 7.0%