Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2018-5955 — Un exploit para CVE-2018-5955 GitStack 2.3.10 RCE sin autenticación | Kitploit
Herramientas/GitHubGitHub/mikethehash/cve-2018-5955
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónAprendizaje y EducaciónHerramienta de Acceso Remoto
GitHubmikethehash/cve-2018-5955

CVE-2018-5955

Un exploit para CVE-2018-5955 GitStack 2.3.10 RCE sin autenticación

Ver Repositorio
103hace 1 añoAún no revisado

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

CVE-2018-5955

Un exploit para CVE-2018-5955 GitStack 2.3.10 Ejecución Remota de Código No Autenticada

Exploit: GitStack 2.3.10 Ejecución Remota de Código No Autenticada

Fecha: 18.01.2018

Enlace del software: https://gitstack.com/

Autor del exploit: Kacper Szurek

Exploit original: https://www.exploit-db.com/exploits/43777

Sitio web: https://security.szurek.pl/

Categoría: remote

CVE: CVE-2018-5955

Exploit modificado por MikeTheHash

Fecha: 23.06.2023

Nuevas características: RCE interactivo, Detección de SO, función de Reverse Shell, adaptado de python2 a python3

CVE: CVE-2018-5955

Categoría: remote

DESCARGO DE RESPONSABILIDAD

No me hago responsable de tus acciones, ya que lo publiqué en GitHub con fines educativos o para pruebas de penetración certificadas y autorizadas.

Cómo usar

Instalar requisitos:

root@kitploit:~
pip install colorama

Luego, puedes ejecutarlo con:

root@kitploit:~
python3 exploit.py

Funciones

  • Detección de SO
  • Reverse shell

Detección de SO:

El SO se detectará después de haber explotado el CVE; de hecho, aparecerá esta línea de salida: "[*] OS: $operatingsystem" (Demostración a continuación)

root@kitploit:~
[+] Get user list
[+] Found user twreath
[+] Web repository already enabled
[+] Get repositories list
[+] Found repository Website
[+] Add user to repository
[+] Disable access for anyone
[+] Create backdoor in PHP
[*] Type 'shell' to get a reverse shell
[*] OS : Windows <----

También puedes escribir "os" para saber qué tipo de sistema operativo es.

Reverse shell

Para obtener una reverse shell real en el objetivo, puedes escribir "shell" y luego escribir tu IP y tu puerto de escucha así:

root@kitploit:~
RCE > shell
[?] Please enter the IP address for the shell: YOUR IP HERE
[?] Please enter the port number for the shell: YOUR LISTEN PORT HERE

¡Feliz hacking!

Descargar herramienta