Maigret in Termux – Installation & Usage Commands

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 -y

Clone the GitHub repository:

git clone https://github.com/krishpranav/maigret

Move into the directory:

cd maigret

Build the tool:

cargo build --release

Run the tool:

./target/release/maigret --help

Create a global command:

mv target/release/maigret $PREFIX/bin/

Now you can run:

maigret --help

Usage Commands

Search for a username:

maigret username

Search multiple usernames:

maigret user1 user2

Save output to a file:

maigret username > result.txt

Show help menu:

maigret --help
SHARE THIS POST: