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 -yClone the GitHub repository:
git clone https://github.com/mishakorzik/UserFinder.gitMove into the directory:
cd UserFinderMake the script executable:
chmod +x UserFinder.shRun the tool:
bash UserFinder.shCreate a global command:
ln -s $PWD/UserFinder.sh $PREFIX/bin/userfinderNow you can run from anywhere:
userfinderUsage Commands
Start the tool:
userfinderEnter the username when prompted:
Enter username: john123View results showing profiles across different websites.
