MOSINT is an OSINT Tool for emails. It helps you gather information about the target email.
Features
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]
Service | Function | Status |
---|---|---|
verify-email | Email Verification | ✅ 🔑 |
hunter.io – Public | Related Emails | ✅ 🔑 |
leak-lookup | Breached Sites Names | ✅ 🔑 |
scylla.sh | Database Leaks | ✅ |
hackertarget | DNS Lookup | ✅ |
psbdmp | Pastebin Dumps | ✅ |
🔑 – API key required
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
config.json
filepython3 mosint.py
Also, you can exit by pressing the q
key.
Screen
Tested On
Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…
This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…
GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…
Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…
The free and open-source security platform SecHub, provides a central API to test software with…
Don't worry if there are any bugs in the tool, we will try to fix…