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-2025-49113-PoC | Kitploit
Herramientas/GitHubGitHub/evillm/cve-2025-49113-poc
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónComando y Control
GitHubevillm/cve-2025-49113-poc

CVE-2025-49113-PoC

Ver Repositorio
hace 6 mesesAú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-2025-49113 Roundcube RCE PoC

🚀 Cómo ejecutar el proyecto

1. Iniciar el servidor vulnerable

root@kitploit:~
cd Stand
docker-compose up -d

2. Ejecutar el script contra el objetivo

root@kitploit:~
cd PoC/src
python3 scanner.py --target http://localhost:9000 --username test --password test --command "id"

📌 Requisitos principales

  • Se requiere autenticación (Post-Auth)
  • Credenciales: test / test
  • URL objetivo: http://localhost:9000
Descargar herramienta