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
Tools/GitHubGitHub/snizi/moodle-cve-2024-43425-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubsnizi/moodle-cve-2024-43425-exploit

Moodle-CVE-2024-43425-Exploit

Python exploit for Moodle RCE vulnerability CVE-2024-43425, enabling remote code execution on vulnerable Moodle instances for authorized security testing.

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

Moodle RCE Exploit (CVE-2024-43425)

This repository contains a Python exploit script targeting a remote code execution (RCE) vulnerability in Moodle (CVE-2024-43425).

Disclaimer: This tool is provided AS IS for educational and research purposes only. Use it only on systems where you have explicit permission to test. The author is not responsible for any damage or legal issues resulting from misuse of this script.

Failed to extract question ID error: Access the question creation page and check the values. If 4,3 does not exist in the categories HTML tag, change it in the code.

Requirements

  • Python 3.6+
  • Requests library

Install the required package using pip:

root@kitploit:~
pip install requests
Download Tool