UserRecon is a simple username reconnaissance and OSINT tool that helps users search usernames across multiple websites and social media platforms directly from the Termux terminal. It is useful for checking digital footprints, finding public usernames, and learning basic reconnaissance techniques using simple Bash commands in Termux.
Installation Commands
Update and upgrade Termux packages:
pkg update && pkg upgrade
Install Git:
pkg install git
Clone the UserRecon repository:
git clone https://github.com/wishihab/userrecon.git
Move to the tool directory:
cd userrecon
Give executable permission:
chmod +x userrecon.sh
Run the tool:
bash userrecon.sh
Usage Commands
Start the tool:
bash userrecon.sh
Enter the target username when asked:
Enter Username: achik
Now, It will automatically search for the username on multiple online platforms and display the available results.







