mosint Documentation

repository·master·Indexed 27 days ago

https://github.com/alpkeskin/mosint

An automated email OSINT tool written in Go for investigating target emails. It consolidates multiple services to check for social media accounts, data breaches, password leaks, and related domains.

Tokens
342
Snippets
3
Records
6
Agent score
41%

What's inside mosint

  1. Build and run Mosint with Docker

    master

    You can containerize Mosint by building a Docker image and then running it. Use the following commands to build the image and run a help check within the container.

    docker build -t mosint .
    docker run mosint --help
  2. Configure Mosint API keys

    master
    Mosint requires a configuration file to function, specifically for services that require API keys. By default, it looks for a file located at $HOME/.mosint.yaml. You can specify a custom configuration file path using the --config flag.
  3. Run Mosint scan

    master

    To perform an automated email OSINT investigation, run the mosint command followed by the target email address. Use the -h flag to view all available command-line options and help information.

    mosint example@email.com