Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhas/cve-2024-45337-poc

Proof of concept (POC) for CVE-2024-45337
https://github.com/nhas/cve-2024-45337-poc

cve cve-2024-45337 exploit golang hack pentesting poc proof-of-concept ssh

Last synced: about 1 month ago
JSON representation

Proof of concept (POC) for CVE-2024-45337

Awesome Lists containing this project

README

        

# 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