## https://sploitus.com/exploit?id=4F535E9A-3783-5F5C-871B-055018F8A5AB
dirtycups.py
Dirty CUPS is a free Linux/Unix CVE scanner (Python3 script) to validate if a target is vulnerable to CVE-2024-47176. This is a socket only CUPS scanner based off of MalwareTech's cups_scanner.py: https://github.com/MalwareTech/CVE-2024-47176-Scanner/blob/master/cups_scanner.py
## Original script
jimi2x
---
## Functions
* **Creates local socket listener for callback**
* **Triggers response from target**
* **Waits for incoming connection**
---
## Quick install notes:
```
Nothing to install, sockets FTW!
```
---
## Example Usage:
```
chmod 755 dirtycups.py
python3 dirtycups.py
```
---
## License
MIT License