Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

This is a simple Reconnaissance tool to find usernames across tons of social networking sites

License

Notifications You must be signed in to change notification settings

rly0nheart/UserReCon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserReCon

Python Version OS GitHub GitHub repo size GitHub forks Lines of code GitHub stars

This is a simple username recognition tool. It can search a username from over 200 different social media platforms.

Installation and Usage

Linux

git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
sudo pip install -r requirements.txt
chmod +x userrecon.py
./userrecon.py
Now type the username and hit Enter

Windows

Note:Ensure that Git and Python3 is already installed at your Windows Machine before running the below commands.

git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
pip install -r requirements.txt
python userrecon.py
Now type the username and hit Enter

Termux

pkg install python3 -y
pkg install git -y
git clone https://github.com/vijaysahuofficial/UserReCon.git

cd UserReCon
pip install -r requirements.txt
chmod +x userrecon.py
./userrecon.py or python userrecon.py
Now type the username and hit Enter

Thanks

About

This is a simple Reconnaissance tool to find usernames across tons of social networking sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%