Skip to content

scalabli/userprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published