WPusers is a Python tool designed to enumerate WordPress usernames from a given website. It uses multiple methods, including the WordPress REST API and author endpoint, to discover usernames.
- Enumerates WordPress usernames using the REST API.
- Falls back to author endpoint enumeration.
- User-Agent rotation to avoid detection.
- Supports proxy usage.
- Adds random delays between requests to simulate human behavior.
- Python 3.x
requestslibrary
-
Clone the repository:
git clone https://github.com/aymanaljunaid/WPusers.git cd WPusers -
Install the required dependencies:
pip install -r requirements.txt
Run the script without a proxy:
bash python3 WPusers.py <url>
python3 WPusers.py https://example.com
python3 WPusers.py https://example.com http://your-proxy:port
This tool is designed for educational and security testing purposes only. Unauthorized use of this tool against websites without permission is illegal. The tool is not designed to bypass or defeat any security measures.