一个自动化电子邮件开源情报工具
Go to file
2020-11-23 13:57:49 +03:00
modules Delete bcolors.py 2020-11-23 13:57:49 +03:00
config.json Update config.json 2020-11-05 14:23:11 +03:00
LICENSE Initial commit 2020-09-27 17:55:27 +03:00
mosint.py Update mosint.py 2020-11-23 13:52:25 +03:00
README.md Update README.md 2020-11-05 14:27:38 +03:00
requirements.txt Update requirements.txt 2020-11-02 12:45:57 +03:00

forthebadge made-with-python

MOSINT

🆙 Help me improve the tool

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
  • [need API] Find related emails
  • Find related phone numbers
  • Find related domains
  • 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",
    "hunter.io API Key": "set API KEY here",
    "Social Scan": "True",
    "Leaked DB": "True",
    "Related Phone Numbers" : "True",
    "Related Domains" : "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.

https://hunter.io/ --> API Integration You can show the emails related to the target email

For Use:

Save your API key in the config.json

📦 Cloning:

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

:shipit: 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:

___  ________ _____ _____ _   _ _____ 
|  \/  |  _  /  ___|_   _| \ | |_   _|
| .  . | | | \ `--.  | | |  \| | | |  
| |\/| | | | |`--. \ | | | . ` | | |  
| |  | \ \_/ /\__/ /_| |_| |\  | | |  
\_|  |_/\___/\____/ \___/\_| \_/ \_/ 

v1.3
github.com/alpkeskin

Config File
├── Verify API
   ├── True
   └── Credits
       └── 98
├── Social Scan
   └── True
├── Leaked DB
   └── True
├── Hunter API
   └── True
├── Related Phone Numbers
   └── True
├── Related Domains
   └── True
├── Pastebin Dumps
   └── True
├── Google Search
   └── True
└── DNS Lookup
    └── True

MAIL > 

💸 My Bitcoin Wallet:

3NFfd1QXUVFsZzfbwGJiAJdehtPB9D88tK

Tested on:

  • Kali Linux
  • MacOS (without SocialScan module)