MOSINT OSINT Tool for Mails
MOSINT OSINT Tool for Mails

MOSINT: OSINT Tool for Mails

What is the MOSINT ?

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

Features:

  • [need API] Verification Service { Check if email exist }
  • Check social accounts with Socialscan
  • Check data breach with scylla.sh
  • [need API] Find related emails
  • Find related phone numbers
  • Scan Pastebin Dumps
  • Google Search
  • DNS Lookup

‼️ You can turn features on off from the config.json ‼️

[
  {
    "verify-email.org API Key": "set API KEY here",
    "shodan.io API Key": "set API KEY here",
    "Check Connections": "True",
    "Social Scan": "True",
    "Leaked DB": "True",
    "Related Phone Numbers" : "True",
    "Pastebin Dumps": "True",
    "Google Search": "True",
    "DNS Lookup": "True"
  }
]

API Key

[not required to run the program]

"
"

https://verify-email.org/ –> API Integration You can create an API key for the verification feature. Also “credit” data is get from the verification service.

For Use:

Save your API key in the config.json

Cloning

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

Usage

cd mosint
pip3 install -r requirements.txt
  • You can edit the Config.json file
python3 mosint.py
  • Set Target Email

Also, you can exit by pressing the q key.

Screen