Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 983 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 983 Bytes

userprobe

Installtion and Usage

This is a simple tool to find usernames across multiple sites.

Linux

git clone https://github.com/scalabli/userprobe.git

cd userprobe
pip install -r requirements.txt
./userprobe.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/scalabli/userprobe.git

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

Termux

pkg install python3 -y
pkg install git -y
git clone https://github.com/scalabli/userprobe.git

cd userprobe
pip install -r requirements.txt
./userprobe.py or python userprobe.py
Now type the username and hit Enter