Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 2.36 KB

README.md

File metadata and controls

93 lines (73 loc) · 2.36 KB

MOSINT

<<<<<<< HEAD

FeaturesInstallationServicesUsageDockerConfigScreen

======= ## 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.

Features: 👀

  • Email validation
  • Check social accounts
  • Check data breaches and password leaks
  • Find related emails and domains
  • Scan Pastebin Dumps
  • Google Search
  • DNS/IP Lookup

Services (APIs):

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

If you want to use mosint with full features, set your API keys:

 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>

Installation:

go install -v github.com/alpkeskin/mosint@latest

<<<<<<< HEAD

Usage

Call the help (-h) flag for more information on usage.

Docker

Build a docker image

docker build -t mosint .  

Run the docker container using the image

docker run mosint --help

Screen

=======

Usage:

Screen :

parent of 09e81f3 (Update README.md)

mosint