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-9290 — The tool targets WordPress websites that use the Super Backup & Clone plugin and are vulnerable to arbitrary file upload. | Kitploit
Tools/GitHubGitHub/jenderal92/cve-2024-9290
Vulnerability ScannersExploitationWeb Application ExploitationPenetration Testing
GitHubjenderal92/cve-2024-9290

CVE-2024-9290

The tool targets WordPress websites that use the Super Backup & Clone plugin and are vulnerable to arbitrary file upload.

View Repository
1113 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-9290 Exploit Tool | Super Backup & Clone Vulnerability

cve-2024-9290 Jenderal92

The tool targets WordPress websites that use the Super Backup & Clone plugin and are vulnerable to arbitrary file upload. It attempts to upload a malicious shell into the /wp-content/uploads/isnapshots/ directory. Once uploaded, the tool validates the existence of the shell and logs successful uploads into a shells.txt file.


Features

  • Multi-threading: Processes up to 10 URLs simultaneously for faster exploitation.
  • Custom Shell Upload: Uses the malicious shell hosted on GitHub as a payload.
  • Logging: Logs successful exploits into shells.txt for easy reference.

Usage

Prerequisites

  1. Python 2.7 is required to run this tool.
  2. Ensure you have the requests library installed:
    root@kitploit:~
    pip install requests
    

Steps to Use

  1. Clone this repository or download the script.
  2. Create a text file containing a list of target URLs, one URL per line.
  3. Run the script:
    root@kitploit:~
    python CVE-2024-9290.py
    
  4. Enter the path to the file containing the URLs when prompted.
  5. The tool will attempt to exploit each target and log any successes to shells.txt.

Key Points

  • Educational Use Only: This tool is designed for ethical hacking and penetration testing under authorized conditions.
  • Do Not Misuse: Unauthorized use is illegal and may result in severe consequences.
  • Customizable: Users can modify the script for specific payloads or requirements.

Disclaimer:

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


Download Tool