UserFinder in Termux – Installation & Usage Commands

UserFinder is a simple OSINT tool that helps you find usernames on different websites. You just need to enter a username, and the tool checks many platforms to see where that username is used. It works automatically and shows results in a simple format.

Installation Commands

Update Termux and install required packages:

pkg update && pkg upgrade && pkg install git -y

Clone the GitHub repository:

git clone https://github.com/mishakorzik/UserFinder.git

Move into the directory:

cd UserFinder

Make the script executable:

chmod +x UserFinder.sh

Run the tool:

bash UserFinder.sh

Create a global command:

ln -s $PWD/UserFinder.sh $PREFIX/bin/userfinder

Now you can run from anywhere:

userfinder

Usage Commands

Start the tool:

userfinder

Enter the username when prompted:

Enter username: john123

View results showing profiles across different websites.

SHARE THIS POST: