Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2018-15473-poc — Check if a username is valid on the SSH server by attempting an authentication. The server response will indicate whether the username exists. | Kitploit
Tools/GitHubGitHub/moften/cve-2018-15473-poc
ReconnaissanceVulnerability AnalysisExploitationInformation GatheringPenetration TestingLearning & Education
GitHubmoften/cve-2018-15473-poc

cve-2018-15473-poc

Check if a username is valid on the SSH server by attempting an authentication. The server response will indicate whether the username exists.

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

cve-2018-15473-poc

Check if a username is valid on the SSH server by attempting an authentication. The server response will indicate whether the username exists.

[email protected]

CVE-2018-15473 Proof of Concept (PoC)

Este repositorio contiene un exploit de prueba de concepto (PoC) para la vulnerabilidad CVE-2018-15473, que afecta al servicio OpenSSH.

Descripción

CVE-2018-15473 es una vulnerabilidad de enumeración de usuarios en OpenSSH. Un atacante puede aprovechar este fallo para determinar qué nombres de usuario existen en un sistema vulnerable sin autenticación previa.

Uso

python3 cve-2018-15473-poc.py -t <target_ip> -u

Parámetros:

-t <target_ip>: Dirección IP del servidor objetivo.

-u : Nombre de usuario a comprobar.

-U <userlist.txt>: Lista de usuarios para realizar la enumeración masiva.

Requisitos

Python 3.x

Módulos necesarios (pueden instalarse con pip install -r requirements.txt si se proporciona un archivo de dependencias)

Mitigación

Para protegerse contra esta vulnerabilidad, se recomienda:

Actualizar OpenSSH a una versión segura.

Deshabilitar la autenticación basada en nombres de usuario y contraseñas, favoreciendo claves SSH.

Configurar AllowUsers en sshd_config para restringir accesos.

Descargo de Responsabilidad

Este código se proporciona únicamente con fines educativos y de investigación. El uso indebido de este software en sistemas sin autorización puede ser ilegal. El autor no se hace responsable de ningún daño causado por su uso inadecuado.

Referencias

NVD - CVE-2018-15473

OpenSSH

Download Tool