Kali Linux

MOSINT – OSINT Tool For Emails

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

Features

  • Verification Service { Check if email exist }
  • Check social accounts with Socialscan
  • Check data breaches
  • [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”,
“Breached Sites[leak-lookup.com 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’s

[Not required to run the program]

ServiceFunctionStatus
verify-emailEmail Verification✅ 🔑
hunter.io – PublicRelated Emails✅ 🔑
leak-lookupBreached Sites Names✅ 🔑
scylla.shDatabase Leaks
hackertargetDNS Lookup
psbdmpPastebin Dumps

🔑 – API key required

  • 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

Tested On

  • Kali Linux
  • Parrot OS
  • MacOS (without SocialScan module)
R K

Recent Posts

Cybersecurity – Tools And Their Function

Cybersecurity tools play a critical role in safeguarding digital assets, systems, and networks from malicious…

16 hours ago

MODeflattener – Miasm’s OLLVM Deflattener

MODeflattener is a specialized tool designed to reverse OLLVM's control flow flattening obfuscation through static…

16 hours ago

My Awesome List : Tools And Their Functions

"My Awesome List" is a curated collection of tools, libraries, and resources spanning various domains…

16 hours ago

Chrome Browser Exploitation, Part 3 : Analyzing And Exploiting CVE-2018-17463

CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, allowed attackers to execute arbitrary…

16 hours ago

Chrome Browser Exploitation, Part 1 : Introduction To V8 And JavaScript Internals

The blog post "Chrome Browser Exploitation, Part 1: Introduction to V8 and JavaScript Internals" provides…

16 hours ago

Chrome Browser Exploitation, Part 3: Analyzing and Exploiting CVE-2018-17463

The exploitation of CVE-2018-17463, a type confusion vulnerability in Chrome’s V8 JavaScript engine, relies on…

19 hours ago