Skip to content

aymanaljunaid/WPusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WPusers

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.

Features

  • 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.

Requirements

  • Python 3.x
  • requests library

Installation

  1. Clone the repository:

    git clone https://github.com/aymanaljunaid/WPusers.git
    cd WPusers
  2. Install the required dependencies:

    pip install -r requirements.txt

Usage

Run the script without a proxy: bash python3 WPusers.py <url>

Run the script:

python3 WPusers.py https://example.com
python3 WPusers.py https://example.com http://your-proxy:port

Disclaimer

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages