This is a simple username recognition tool. It can search a username from over 200 different social media platforms.
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
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
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