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-pwn_CVE-2017-9805 — An exploit for Apache Struts CVE-2017-9805 | Kitploit
Ferramentas/GitHubGitHub/lone-ranger/apache-struts-pwn_cve-2017-9805
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHublone-ranger/apache-struts-pwn_cve-2017-9805

apache-struts-pwn_CVE-2017-9805

An exploit for Apache Struts CVE-2017-9805

Ver Repositório

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
57há 8 anosAinda não revisado

apache-struts-pwn - CVE-2017-9805 Exploit

Um exploit para Apache Struts CVE-2017-9805

Uso

Verificar se a vulnerabilidade existe contra uma única URL.

python apache-struts-pwn.py --url 'http://example.com/struts2-rest-showcase/orders/3'

Verificar se a vulnerabilidade existe contra uma lista de URLs.

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

Explorar uma única URL.

python apache-struts-pwn.py --exploit --url 'http://example.com/struts2-showcase/index.action' -c 'echo test > /tmp/apache-struts-pwn'

Explorar uma lista de URLs.

python apache-struts-pwn.py --exploit --list 'urls.txt' -c 'echo test > /tmp/apache-struts-pwn'

Requisitos

  • Python2 ou Python3
  • requests

Aviso Legal

Este projeto é feito apenas para fins educacionais e de testes éticos. O uso do struts-pwn para atacar alvos sem consentimento mútuo prévio é ilegal. É de responsabilidade do usuário final obedecer a todas as leis locais, estaduais e federais aplicáveis. Os desenvolvedores não assumem nenhuma responsabilidade e não são responsáveis por qualquer uso indevido ou dano causado por este programa.

Licença

O projeto está licenciado sob a Licença MIT.

Autor

Mazin Ahmed

  • Site: https://lonerangerweb.wordpress.com/
  • Email: ultimate31337[AT]gmail[DOT]com
  • Twitter: https://twitter.com/lon3_rang3r
Baixar ferramenta