
❓ What is MOSINT? MOSINT is an OSINT Tool for emails. It helps you gather information about the target email. More: https://github.com/alpkeskin/mosint 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" } ] APIs: [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 ✅....
Author

- Hakin9 is a monthly magazine dedicated to hacking and cybersecurity. In every edition, we try to focus on different approaches to show various techniques - defensive and offensive. This knowledge will help you understand how most popular attacks are performed and how to protect your data from them. Our tutorials, case studies and online courses will prepare you for the upcoming, potential threats in the cyber security world. We collaborate with many individuals and universities and public institutions, but also with companies such as Xento Systems, CATO Networks, EY, CIPHER Intelligence LAB, redBorder, TSG, and others.
Latest Articles
BlogDecember 13, 2022What are the Common Security Weaknesses of Cloud Based Networks?
BlogOctober 12, 2022Vulnerability management with Wazuh open source XDR
BlogAugust 29, 2022Deception Technologies: Improving Incident Detection and Response by Alex Vakulov
BlogAugust 25, 2022Exploring the Heightened Importance of Cybersecurity in Mobile App Development by Jeff Kalwerisky
Hey!
Sorry for such a dumb question, but HOW do I install MOSINT?
Your help will be greatly appreciated.
Cheers,
Hi, go to https://github.com/alpkeskin/mosint and look up the “installation” section :)
ERROR: Could not open requirements file: [Errno] No such file or directory: ‘requirements.txt’
Check out VeterMan YouTube tutorial ;)
Error … “Could not find a version that satisfies the requirement trio==0.20.0 (from -r requirements.txt (line 4))”.
To correct the error:
* I changed the line in requirements.txt from trio==0.20.0 to trio==0.2.0
Also, if necessary can do:
* pip3 install –user trio
and then retry the previous install of:
* pip3 install -r requirements.txt
Typo, above, should say: