Lucene search
+L

922 matches found

Kitploit
Kitploit
•added 2026/09/15 1:47 p.m.•9 views

CVE-2020-9283

Exploit for CVE-2020-9283 This project is inspired by the original POC found here github.com/mark-adams/exploits/CVE-2020-9283. I was curious as to how the Go SSH library was implemented so decided to implement the PoC using go. A short writeup can be found here...

7.5CVSS7.5AI score0.20521EPSS
SaveExploits6
Kitploit
Kitploit
•added 2026/09/15 12:11 p.m.•8 views

CVE-2025-32433

CVE-2025-32433 Erlang/OTP SSH RCE EXP Description A serious vulnerability has been identified in the Erlang/OTP SSH server that may allow an attacker to perform unauthenticated remote code execution RCE. By exploiting a flaw in SSH protocol message handling, a malicious actor could gain...

10CVSS8.6AI score0.98754EPSS
SaveExploits38
Kitploit
Kitploit
•added 2026/09/15 11:18 a.m.•9 views

pyrexecd

PyRexecd PyRexecd es un servidor SSH independiente para Windows. Características: Aplicación Win32 independiente no un servicio que reside en la bandeja del sistema. Soporta un solo usuario / autenticación solo con clave pública. Notifica conexiones entrantes mediante ventana emergente...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/15 11:18 a.m.•26 views

pyrexecd

PyRexecd PyRexecd is a standalone SSH server for Windows. Features: Standalone Win32 app not a service that resides in SysTray. Supports a single user / pubkey auth only. Notifies incoming connections via popup. Sends/Receives the clipboard text via stdin/stdout. PyPI Project page:...

5.5AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/15 2:09 a.m.•10 views

gogs-CVE-2025-8110

Gogs CVE-2025-8110 PoC This repository contains a Proof of Concept PoC for CVE-2025-8110, a Remote Code Execution RCE vulnerability in Gogs. The exploit targets the internal SSH server implementation, allowing attackers to inject malicious commands via the sshCommand configuration. Usage To run t...

8.8CVSS7.9AI score0.82471EPSS
SaveExploits23
Kitploit
Kitploit
•added 2026/09/14 4:27 p.m.•8 views

cve-2025-32433

Build root@kitploit: Ā» git clone https://github.com/0xPThree/cve-2025-32433.git && cd cve-2025-32433 Ā» docker build -t erlang-ssh . Ā» docker run -d --name erlang-ssh -p 2222:2222 erlang-ssh POC root@kitploit: kdev :: /erlang/CVE-2025-32433 ‹main› Ā» python3 cve-2025-32433.py -h usage:...

10CVSS8.1AI score0.98754EPSS
SaveExploits38
Kitploit
Kitploit
•added 2026/09/14 11:55 a.m.•9 views

CVE-2023-25136

OpenSSH Vulnerability Testing Tool for CVE-2023-25136 This repository provides a Proof of Concept PoC for testing the CVE-2023-25136 vulnerability in OpenSSH versions 9.0 and 9.1. The vulnerability allows for potential security risks and this tool helps identify if a server is running a vulnerabl...

6.5CVSS7.1AI score0.89685EPSS
SaveExploits10
Kitploit
Kitploit
•added 2026/09/14 3:47 a.m.•8 views

cve-2025-32433

CVE-2025-32433 - Pre-Auth RCE in Erlang/OTP SSH Server Link to detailed write-up All considered vulnerable versions using Docker: Erlang/OTP-25.3.2 Erlang/OTP-26.2.5.11 Erlang/OTP-27.3.2...

10CVSS8.1AI score0.98754EPSS
SaveExploits38References4
Kitploit
Kitploit
•added 2026/09/13 9:06 p.m.•10 views

puppet-ssh-hardening

Puppet SSH hardening Description This Puppet module provides secure ssh-client and ssh-server configurations. Requirements Puppet Puppet modules: saz/ssh = 2.3.6, puppetlabs/stdlib = 4.2.0 Parameters ipv6enabled = false - true if IPv6 is needed...

5.8AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/12 8:47 p.m.•6 views

CVE-2025-32433-PoC-Analysis

FAQ - CVE-2025-32433 1. What is Erlang OTP? Erlang is a general-purpose programming language. OTP Open Telecom Platform is a collection of middleware, libraries, and design principles used for fault tolerance using the BEAM VPN. 2. Why is this version of Erlang vulnerable? OTP 26.2.5.10 is...

10CVSS7.9AI score0.98754EPSS
SaveExploits38
Kitploit
Kitploit
•added 2026/09/12 3:18 p.m.•11 views

CVE-2025-32433

Erlang/OTP SSH Remote Code Execution Vulnerability. The root cause is a flaw in the SSH protocol's message handling mechanism, allowing attackers to send connection protocol messages before authentication is complete. Notably, this vulnerability affects all Erlang/OTP versions running SSH server...

10CVSS8AI score0.98754EPSS
SaveExploits38
Kitploit
Kitploit
•added 2026/09/12 9:49 a.m.•8 views

CVE-2024-45337-POC

CVE-2024-45337-POC Proof of concept POC for CVE-2024-45337 Build root@kitploit: go version go version go1.23.2 linux/amd64 go build Usage root@kitploit: 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 wil...

9.1CVSS7.8AI score0.03153EPSS
SaveExploits2
Kitploit
Kitploit
•added 2026/09/12 9:12 a.m.•9 views

Libssh2-Exploit

Libssh2-Exploit Goals In this project, we aim to create an exploit to an out of bounds read vulnerabulity in libssh2 described in CVE-2019-13115. Create a malicious ssh server to cause a client connecting to it to crash and see if this can be exploited further to steal data from the client. Getti...

8.1CVSS7.8AI score0.11659EPSS
SaveExploits1
Kitploit
Kitploit
•added 2026/09/12 7:38 a.m.•7 views

cve-2024-6387_hassh

CVE-2024-6387 HASSH Fingerprints HASSH fingerprints for identifying OpenSSH servers potentially vulnerable to CVE-2024-6387 regreSSHion. The primary goal of this repository is to share the generated HASSH fingerprint database. The scripts use the Shodan API to compile a list of HASSH fingerprints...

8.1CVSS7.2AI score0.99506EPSS
SaveExploits71References2
Kitploit
Kitploit
•added 2026/09/11 9:23 p.m.•11 views

CVE-2024-6387-Exploit-POC

CVE-2024-6387-Exploit-POC This repository contains a Proof of Concept POC to exploit the vulnerability CVE-2024-6387 in SSH servers running vulnerable versions of OpenSSH. What is a POC? A POC, or Proof of Concept, is a program or script that demonstrates the exploitation of a security...

8.1CVSS7.4AI score0.99506EPSS
SaveExploits71
Kitploit
Kitploit
•added 2026/09/11 8:21 p.m.•8 views

CVE-2026-55200

Security Report: CVE-2026-55200 šŸ“ General Description CVE-2026-55200 is a critical heap-based buffer overflow vulnerability dynamic memory corruption affecting the libssh2 library in versions up to 1.11.1. It allows a malicious SSH server to compromise vulnerable clients that connect to it. ⚔...

9.2CVSS7.6AI score0.04024EPSS
SaveExploits15
Kitploit
Kitploit
•added 2026/09/10 11:45 p.m.•8 views

SECURITY-3314-3315

= SECURITY-3314/SECURITY-3315 Mitigation This repository documents mitigations preventing exploitation of SECURITY-3314 and SECURITY-3315 on affected instances. == Overview Access to the CLI needs to be disabled. Both of the following steps must be taken: Remove the CLI HTTP endpoint Disable the...

5.6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/10 6:52 p.m.•6 views

CVE-2024-6387

root@kitploit: EXPLOIT CVE-2024-6387 šŸ’„ EXPLOIT CVE-2024-6387 regreSSHion Tool for analysis, detection and controlled testing of the CVE-2024-6387 vulnerability in OpenSSH servers. āš ļø Legal and Ethical Notice This repository is exclusively educational. Use it only on: Labs HTB, TryHackMe Personal...

8.1CVSS7.2AI score0.99506EPSS
SaveExploits71References1
Kitploit
Kitploit
•added 2026/09/10 6:04 a.m.•8 views

CVE-2025-32433

CVE-2025-32433 Introduction This document presents a study of the vulnerability CVE-2025-32433 , affecting the built-in SSH server implementation in the Erlang/OTP platform. This vulnerability is a Remote Code Execution RCE opportunity without authentication and affects several Erlang/OTP branche...

10CVSS8.3AI score0.98754EPSS
SaveExploits38References1
Ubuntu
Ubuntu
•added 2026/09/03 12:37 p.m.•12 views

USN-8722-1: libssh2 vulnerabilities

It was discovered that libssh2 incorrectly handled certain SFTP server responses. A remote attacker controlling an SSH server could use this issue to cause libssh2 to crash or possibly execute arbitrary code. CVE-2026-66032 It was discovered that libssh2 incorrectly handled AES-GCM cipher...

8.8CVSS7.4AI score0.00583EPSS
SaveExploits0
Rows per page
Query Builder