Share
## https://sploitus.com/exploit?id=7B1FBF38-AF9B-5BF5-B6FE-CF23731E7468
# 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 </select> HTML tag, change it in the code.

## Requirements

- Python 3.6+
- [Requests](https://docs.python-requests.org/en/latest/) library

Install the required package using pip:

```bash
pip install requests