<<<<<<< HEAD
Features • Installation • Services • Usage • Docker • Config • Screen
======= ## What is the MOSINT >>>>>>> parent of 09e81f3 (Update README.md)MOSINT is a fastest OSINT Tool for emails. It helps you gather information about the target email.
- Email validation
- Check social accounts
- Check data breaches and password leaks
- Find related emails and domains
- Scan Pastebin Dumps
- Google Search
- DNS/IP Lookup
Service | Function | Status |
---|---|---|
ipapi.co - Public | More Information About Domain | ✅ |
hunter.io - Public | Related Emails | ✅ 🔑 |
emailrep.io - Public | Breached Sites Names | ✅ 🔑 |
scylla.so - Public | Database Leaks | 🚧 |
psbdmp.ws - Public | Pastebin Dumps | ✅ 🔑 |
Intelligence X | Password Leaks | ✅ 🔑 |
BreachDirectory | Password Leaks | ✅ 🔑 |
🔑 API key required
mosint set hunter <hunter.io API key>
mosint set emailrep <emailrep.io API key>
mosint set intelx <intelx.io API key>
mosint set psbdmp <psbdmp.ws API key>
mosint set breachdirectory <breachdirectory.org API key>
go install -v github.com/alpkeskin/mosint@latest
<<<<<<< HEAD
mosint example@email.com
Call the help (-h
) flag for more information on usage.
Build a docker image
docker build -t mosint .
Run the docker container using the image
docker run mosint --help
=======
mosint example@email.com
parent of 09e81f3 (Update README.md)