## https://sploitus.com/exploit?id=0A63D9AA-901D-5238-902B-F5F161C2083D
# CVE-2024-45337-POC
Proof of concept (POC) for CVE-2024-45337
## Build
```sh
go version
# go version go1.23.2 linux/amd64
go build
```
## Usage
```sh
Usage of ./CVE-2024-45337-POC:
-addr string
Address of ssh server (default "127.0.0.1:2222")
-authorised-pubkey string
The allowed pubkey that will pass verification (Must be pub key) (default "id_ed25519.pub")
```
## Something to exploit
I've written a dummy project that you can try this against.
github.com/NHAS/VULNERABLE-CVE-2024-45337