Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
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 Path Traversal & Remote Code Execution PoC (CVE-2021-41773 & CVE-2021-42013) | Kitploit
Ferramentas/GitHubGitHub/blackn0te/apache-http-server-2.4.49-2.4.50-path-traversal-remote-code-execution
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
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 Path Traversal & Remote Code Execution PoC (CVE-2021-41773 & CVE-2021-42013)

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Ver Repositório
13há 0 anosAinda não revisado

Apache HTTP-Server 2.4.49-2.4.50 Path Traversal & Execução Remota de Código

Descrição

Este é um script PoC para CVE-2021-41773 e CVE-2021-42013

Uso:

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

Exemplo:

Execução 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

Baixar ferramenta