Sherlock is a useful tool that helps you search for a username on many websites at the same time. It quickly checks different social media platforms and shows where the username is found. You can easily see which websites are using the same username.
Installation Commands
Update Termux:
apt update && apt upgrade -y
Install Git and Golang:
pkg install git golang -y
Clone the Sherlock repository:
git clone https://github.com/mesuutt/sherlock.git
Go to the tool directory:
cd sherlock
Initialize Go module:
go mod init sherlock
Install required packages:
go get github.com/fatih/color && go get github.com/spf13/cobra
Build the tool:
go build
Run Sherlock:
./sherlock
Usage Commands
Search for a username:
./sherlock username
Search multiple usernames:
./sherlock user1 user2 user3
Save output to a file:
./sherlock username > result.txt
Show help menu:
./sherlock -h








