https://github.com/scalabli/userprobe
This is a simple tool to find usernames across multiple sites.
https://github.com/scalabli/userprobe
python3 termux
Last synced: 4 months ago
JSON representation
This is a simple tool to find usernames across multiple sites.
- Host: GitHub
- URL: https://github.com/scalabli/userprobe
- Owner: scalabli
- License: mit
- Created: 2021-08-20T12:03:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T05:37:24.000Z (over 3 years ago)
- Last Synced: 2025-04-19T21:02:58.481Z (about 1 year ago)
- Topics: python3, termux
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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