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
Apache-HTTP-Server-2.4.49-2.4.50-Path-Traversal-Remote-Code-Execution — Apache HTTP-Server 2.4.49-2.4.50 PoC de Path Traversal y ejecución remota de código (CVE-2021-41773 y CVE-2021-42013) | Kitploit
Herramientas/GitHubGitHub/blackn0te/apache-http-server-2.4.49-2.4.50-path-traversal-remote-code-execution
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónExplotación de Aplicaciones WebPruebas de Penetración
GitHubblackn0te/apache-http-server-2.4.49-2.4.50-path-traversal-remote-code-execution

Apache-HTTP-Server-2.4.49-2.4.50-Path-Traversal-Remote-Code-Execution

Apache HTTP-Server 2.4.49-2.4.50 PoC de Path Traversal y ejecución remota de código (CVE-2021-41773 y CVE-2021-42013)

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
13hace 0 añosAún no revisado

Apache HTTP-Server 2.4.49-2.4.50 Path Traversal y ejecución remota de código

Descripción

Este es un script PoC para CVE-2021-41773 y CVE-2021-42013

Uso:

root@kitploit:~
python3 exploit.py <rhost> <rport> <option> <cmd> | <file-absolute-path>

Ejemplo:

Ejecución remota de código

root@kitploit:~
python3 exploit.py 127.0.0.1 8080 rce 'id'

rce

Path Traversal

root@kitploit:~
python3 exploit.py 127.0.0.1 8080 file '/etc/passwd'

path_traversal

Descargar herramienta