Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhas/cve-2024-45337-poc
- Owner: NHAS
- Created: 2024-12-17T22:07:53.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T22:27:03.000Z (about 2 months ago)
- Last Synced: 2024-12-17T23:23:15.523Z (about 2 months ago)
- Topics: cve, cve-2024-45337, exploit, golang, hack, pentesting, poc, proof-of-concept, ssh
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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