Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2017-5487 — Exploit for CVE-2017-5487 to enumerate WordPress user accounts via the REST API, extracting sensitive information from vulnerable 4.7 installations. | Kitploit
Tools/GitHubGitHub/dream434/cve-2017-5487
OSINT (Open Source Intelligence)ReconnaissanceVulnerability AnalysisInformation GatheringWeb Security
GitHubdream434/cve-2017-5487

CVE-2017-5487

Exploit for CVE-2017-5487 to enumerate WordPress user accounts via the REST API, extracting sensitive information from vulnerable 4.7 installations.

View Repository
31 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
Website

Installation and Execution of the script 💻

Prerequisites

Before starting, make sure you have the following tools installed on your machine:

  • Python 3.x
  • Git
  • pip (to manage Python dependencies)

Installation Steps

  1. Clone the repository
    Use git to clone the repository:

    root@kitploit:~
    git clone https://github.com/dream434/CVE-2017-5487
    
    
    
  2. Navigate to the project directory

    root@kitploit:~
    cd CVE-2017-5487
    
    
  3. Install dependencies 📥

    root@kitploit:~
    pip install -r requirements.txt
    
    
  4. Run the application

    root@kitploit:~
    python3 leak-wordpress-user.py -list urls.txt -number 10
    
    
    

⚠️ Warning :Use of this tool for malicious purposes is strictly prohibited. Please use it responsibly and only for testing and educational purposes.**

Download Tool