一个自动化电子邮件开源情报工具
Go to file
2020-11-01 15:33:20 +03:00
config.json Update config.json 2020-11-01 15:19:55 +03:00
LICENSE Initial commit 2020-09-27 17:55:27 +03:00
mosint.py Update mosint.py 2020-11-01 15:20:47 +03:00
README.md Update README.md 2020-11-01 15:33:20 +03:00
requirements.txt Add files via upload 2020-10-20 13:35:22 +03:00

forthebadge made-with-python

MOSINT

developed by Alp Keskin

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",
    "shodan.io API Key": "set API KEY here",
    "Check Connections": "True",
    "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
├── Check Connections
   └── False
├── 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