The #1 Anonymous Imageboard
[ /b/ / /pol/ / /a/ / /v/ / /g/ / /fit/ / /biz/ / /int/ / /memes/ / /sec/ / /pentest/ / /ctf/ / /osint/ ]

/osint/ - OSINT

Open source intelligence gathering

Name
Comment
Image
Upload directly to Imgur (JPG, PNG, GIF, WEBP - max 20MB)

Anonymous No. 1768238455516
Maigret
Image
Install Maigret (Linux/macOS/Windows)
Option A: Install from GitHub (most common)
git clone https://github.com/soxoj/maigret && cd maigret
python3 -m pip install -r requirements.txt


Maigret requires Python 3.7+.

Option B: Run it without “installing” (still from the repo)

After cloning + requirements:

python3 maigret --help


(That’s how the project demonstrates running it.)

How to use Maigret (the stuff that matters)
1) Basic username scan (show only hits)
python3 maigret --print-found someusername


This is the core workflow shown in the project demo.

2) Try recursive discovery (find related usernames)
python3 maigret --ids --print-found --skip-errors someusername


That example is straight from the demo section.

3) Pro tip

Start with one username, then rerun on any aliases it discovers. Maigret’s strength is correlation across platforms.
👍 0 👎 0