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-25600 — Python-based exploit for CVE-2024-25600 targeting Bricks Builder WordPress plugin RCE. Automates nonce extraction, payload injection, and arbitrary command execution with proxy support and result analysis. | Kitploit
Tools/GitHubGitHub/r0otk3r/cve-2024-25600
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPayload Development
GitHubr0otk3r/cve-2024-25600

CVE-2024-25600

Python-based exploit for CVE-2024-25600 targeting Bricks Builder WordPress plugin RCE. Automates nonce extraction, payload injection, and arbitrary command execution with proxy support and result analysis.

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

Bricks Builder RCE Exploit (CVE-2024-25600)

This project contains a Python-based exploit script targeting the Bricks Builder WordPress plugin Remote Code Execution (RCE) vulnerability identified as CVE-2024-25600. The exploit allows unauthorized remote command execution by injecting PHP code via a vulnerable REST API endpoint.

Additionally, an analysis script is provided to parse and summarize the exploit results, including extracting user info and performing IP geolocation lookups.


Features

  • Automated nonce extraction from target URL.
  • Test payload to verify vulnerability.
  • Backdoor payload injection enabling arbitrary command execution via HTTP GET.
  • Optional command execution immediately after backdoor injection.
  • Supports single targets or multiple targets from a file.
  • Proxy support for traffic routing (e.g., through Burp Suite).
  • Output logging to file for audit and review.
  • Analysis tool to parse result logs and provide detailed summaries with IP geolocation.

Requirements

  • Python 3.x
  • curl command-line tool installed and accessible in PATH.
  • Internet access for IP geolocation queries.
  • Optional: Proxy (e.g., Burp Suite) for intercepting requests.

Usage

Exploit Script

root@kitploit:~
python3 exploit.py -u <target_url> [-p <proxy_url>] [-o <output_file>] [-c <command>]
help

Example:

root@kitploit:~
python3 cve_2024_25600_bricks_rce.py -u <TARGET> -p "http://127.0.0.1:8080" -o results.txt -c "uname -a"
rce

Analyze Results

root@kitploit:~
python3 analyze_results.py --input results.txt --output summary.txt
  • Parses the exploit results file.

  • Extracts user info, tokens, timestamps, and other metadata.

  • Resolves IP address and fetches geolocation data.

  • Outputs a formatted summary report.

⚠️ Disclaimer

This tool is intended for authorized security testing and educational purposes only. Unauthorized use against systems without permission is illegal and unethical.


Official Channels

  • YouTube @rootctf
  • X @r0otk3r
Download Tool