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 — Modified the CVE-2024-25600 | Kitploit
Tools/GitHubGitHub/ranjithxploit/cve-2024-25600
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubranjithxploit/cve-2024-25600

CVE-2024-25600

Modified the CVE-2024-25600

View Repository
8 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

MODIFIED CVE-2024-25600

(original -> https://github.com/K3ysTr0K3R/CVE-2024-25600-EXPLOIT)

WordPress Bricks Builder RCE Exploit

A Python exploit for CVE-2024-25600 - WordPress Bricks Builder Remote Code Execution vulnerability.

Description

This tool exploits a critical vulnerability in WordPress Bricks Builder plugin that allows unauthenticated remote code execution. The vulnerability exists in the render_element function which improperly handles user input, enabling arbitrary PHP code execution.

Features

  • Automated Nonce Extraction: Automatically fetches the required nonce from target sites
  • Interactive Shell: Provides an interactive command execution interface
  • Bulk Scanning: Scan multiple targets from a file with configurable threading
  • Dual Endpoint Support: Tests both REST API endpoints used by Bricks Builder
  • Rich Output: Colorful console output with status indicators

Installation

Requirements

root@kitploit:~
pip3 install requests beautifulsoup4 rich prompt_toolkit

usage:

root@kitploit:~
python3 cve-2024-25600.py -u https://example.com/

what i have modified

  • removed unwanted imports
  • removed unwanted progress bars
  • simplified scan_file function
  • direct shell access
Download Tool