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-2024-6624 — Python exploit script for CVE-2024-6624 targeting unauthenticated privilege escalation in the JSON API User WordPress plugin. Automates user registration and admin account creation. | Kitploit
Tools/GitHubGitHub/jenderal92/cve-2024-6624
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubjenderal92/cve-2024-6624

CVE-2024-6624

Python exploit script for CVE-2024-6624 targeting unauthenticated privilege escalation in the JSON API User WordPress plugin. Automates user registration and admin account creation.

View Repository
12 months 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

CVE-2024-6624 | JSON API User <= 3.9.3 - Unauthenticated Privilege Escalation

CVE-2024-6624 Jenderal92

This is a Python script that exploits the CVE-2024-6624 vulnerability in the JSON API User <= 3.9.3 plugin for WordPress. This tool allows unauthenticated attackers to register new users and escalate their privileges to administrator without authorization.


How to Use

Preparation

  1. Ensure that Python 2.7 is installed on your system.

  2. Install the requests dependency:

    root@kitploit:~
    pip install requests
    
  3. Prepare a text file (urls.txt) containing a list of target URLs (one URL per line).


Usage Steps

  1. Run the script:

    root@kitploit:~
    python CVE-2024-6624.py
    
  2. Enter the filename containing the target URLs when prompted:

    root@kitploit:~
    Enter the filename containing the URL list: urls.txt
    
  3. The script will process each URL in the list and attempt to exploit the vulnerability.

  4. Successful exploit results will be saved in the admin.txt file in the following format:

    root@kitploit:~
    http://example.com/wp-login.php|ngocoxscrew|ngocoxs_crews+
    

Disclaimer

I have written the disclaimer on the cover of Jenderal92. You can check it HERE !!!

Download Tool