Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
apache-struts-pwn_CVE-2017-9805 — An exploit for Apache Struts CVE-2017-9805 | Kitploit
Tools/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

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
578 years agoNot yet reviewed

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

An exploit for Apache Struts CVE-2017-9805

Usage

Check if the vulnerability exists against a single URL.

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

Check if the vulnerability exists against a list of URLs.

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

Exploit a single URL.

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

Exploit a list of URLs.

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

Requirements

  • Python2 or Python3
  • requests

Legal Disclaimer

This project is made for educational and ethical testing purposes only. Usage of struts-pwn for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program.

License

The project is licensed under MIT License.

Author

Mazin Ahmed

  • Website: https://lonerangerweb.wordpress.com/
  • Email: ultimate31337[AT]gmail[DOT]com
  • Twitter: https://twitter.com/lon3_rang3r
Download Tool