• Stars
    star
    10,061
  • Rank 3,467 (Top 0.07 %)
  • Language
    Python
  • License
    MIT License
  • Created over 4 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

🕵️‍♂️ Collect a dossier on a person by username from thousands of sites

Maigret

PyPI PyPI - Downloads Views

The Commissioner Jules Maigret is a fictional French police detective, created by Georges Simenon. His investigation method is based on understanding the personality of different people and their interactions.

About

Maigret collects a dossier on a person by username only, checking for accounts on a huge number of sites and gathering all the available information from web pages. No API keys required. Maigret is an easy-to-use and powerful fork of Sherlock.

Currently supported more than 3000 sites (full list), search is launched against 500 popular sites in descending order of popularity by default. Also supported checking of Tor sites, I2P sites, and domains (via DNS resolving).

Main features

  • Profile pages parsing, extraction of personal info, links to other profiles, etc.
  • Recursive search by new usernames and other ids found
  • Search by tags (site categories, countries)
  • Censorship and captcha detection
  • Requests retries

See full description of Maigret features in the documentation.

Installation

Maigret can be installed using pip, Docker, or simply can be launched from the cloned repo.

Standalone EXE-binaries for Windows are located in Releases section of GitHub repository.

Also you can run Maigret using cloud shells and Jupyter notebooks (see buttons below).

Open in Cloud Shell Run on Replit

Open In Colab Open In Binder

Package installing

NOTE: Python 3.7 or higher and pip is required, Python 3.8 is recommended.

# install from pypi
pip3 install maigret

# usage
maigret username

Cloning a repository

# or clone and install manually
git clone https://github.com/soxoj/maigret && cd maigret
pip3 install -r requirements.txt

# usage
./maigret.py username

Docker

# official image
docker pull soxoj/maigret

# usage
docker run -v /mydir:/app/reports soxoj/maigret:latest username --html

# manual build
docker build -t maigret .

Usage examples

# make HTML and PDF reports
maigret user --html --pdf

# search on sites marked with tags photo & dating
maigret user --tags photo,dating

# search for three usernames on all available sites
maigret user1 user2 user3 -a

Use maigret --help to get full options description. Also options are documented.

Contributing

Maigret has open-source code, so you may contribute your own sites by adding them to data.json file, or bring changes to it's code! If you want to contribute, don't forget to activate statistics update hook, command for it would look like this: git config --local core.hooksPath .githooks/ You should make your git commits from your maigret git repo folder, or else the hook wouldn't find the statistics update script.

Demo with page parsing and recursive username search

PDF report, HTML report

animation of recursive search

HTML report screenshot

XMind 8 report screenshot

Full console output

License

MIT © Maigret
MIT © Sherlock Project
Original Creator of Sherlock Project - Siddharth Dushantha

More Repositories

1

socid-extractor

⛏️ Extract accounts info from personal pages on various sites for OSINT purpose
Python
673
star
2

osint-namecheckers-list

A list of tools to search accounts by username
433
star
3

counter-osint-guide-ru

Исчерпывающее руководство по приватности и контр-ОСИНТ для Рунета и всего СНГ 🇷🇺
358
star
4

counter-osint-guide-en

Comprehensive Counter OSINT and privacy guide (initially for CIS countries)
275
star
5

marple

📖 Collect links to profiles by username through search engines and analyze with various plugins
Python
209
star
6

telegram-bot-dumper

🔪 Dumper & ripper for Telegram bots by token
Python
162
star
7

username-generation-guide

A definitive guide to generating usernames for OSINT purposes
Python
144
star
8

gitcolombo

🧬 Extract and analyze contributors info from git repos
Python
71
star
9

maigret-tg-bot

Maigret Telegram bot
Python
70
star
10

maigret-maltego

Maltego transformation for searching of accounts by username
Python
65
star
11

osint-cli-tool-skeleton

Template for new OSINT command-line tools
Python
60
star
12

mailto_analyzer

PoC analyzer of your email address exposure on various services
Python
52
star
13

files-search-guide

Guide to searching in different file types (documents, breaches, databases, etc.)
45
star
14

FRAVIA

FRAVIA: The Art of Searching
35
star
15

bellingcat-hackathon-watchcats

📊 Adana - 1-click analytical dashboard for OSINT researchers
Jupyter Notebook
33
star
16

lingolens

Search in Google Lens in lingo!
HTML
27
star
17

castreaper

Reaper of screencast videos for OSINT purposes
Python
21
star
18

information-disclosure-writeups-and-pocs

The list of write-ups, articles, and PoC of various vulnerabilites suitable for OSINT
PHP
17
star
19

maigret-adapter

Connect Maigret with other tools
Python
16
star
20

soxoj

14
star
21

netlas-email-search

Search emails with Netlas.io
Python
14
star
22

maltego-transformation-template

A template for standard Maltego transformation
Python
13
star
23

1c-database-converter

Converts binary files of 1C (1CD, cf, epf, efd, etc.) to grepable CSV
Python
12
star
24

email-archive-analysis

Processing PST/EML/MBOX mail archives for Investigative Research
11
star
25

everyday-search-guide-ru

Инструкции по бытовому каждодневному поиску
10
star
26

osint-cases-ru

Решения различных OSINT-задач
7
star
27

scraping_protection_analysis

Some utils for determination sites protection mechanisms
Python
7
star
28

soxoj.github.io

Soxoj's homepage
CSS
6
star
29

tiff2pdf-guide

Convert multi-page TIFF files into PDF documents efficiently and maintaining high image quality.
Python
5
star
30

disinfo-laundromat-maltego

Maltego transforms for The Disinformation Laundromat
Python
3
star
31

slowhttpdos-docker-images

DC7494 Meetup #4
Dockerfile
3
star
32

test-osint-tool

Python
2
star
33

4p-method

The 4P method: exploratory framework description and materials
2
star
34

nginx-3rd-party-login

Demo of transparent login with some platform through other platforms you're logged in.
HTML
2
star
35

osint-talks-list

Доклады и подкасты OSINT mindset
2
star
36

osint-mindset-org-ru

Главная страница сайта OSINT mindset
2
star
37

goaccess-proxy

Dockerfile
1
star
38

test-pdf

1
star
39

scanners

scanners for metascan.ru platform
Python
1
star
40

interpol-notices-maltego

Actual version on the link below
Python
1
star
41

osint-forum-bot-docs

1
star
42

dc7495-mod-bot

Python
1
star