Maigret is a simple OSINT tool that helps you search for a username across many websites at once. It quickly checks different platforms and shows where the username is available or already in use, making it useful for online investigations and research.
Installation Commands
Update Termux and install required packages:
pkg update && pkg upgrade && pkg install git rust -yClone the GitHub repository:
git clone https://github.com/krishpranav/maigretMove into the directory:
cd maigretBuild the tool:
cargo build --releaseRun the tool:
./target/release/maigret --helpCreate a global command:
mv target/release/maigret $PREFIX/bin/Now you can run:
maigret --helpUsage Commands
Search for a username:
maigret usernameSearch multiple usernames:
maigret user1 user2Save output to a file:
maigret username > result.txtShow help menu:
maigret --help