Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
apache-struts-pwn_CVE-2017-9805 — Apache Struts CVE-2017-9805 的漏洞利用 | Kitploit
工具/GitHubGitHub/lone-ranger/apache-struts-pwn_cve-2017-9805
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试学习与教育
GitHublone-ranger/apache-struts-pwn_cve-2017-9805

apache-struts-pwn_CVE-2017-9805

Apache Struts CVE-2017-9805 的漏洞利用

查看仓库

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
579年前尚未审核
分享

apache-struts-pwn - CVE-2017-9805 利用工具

Apache Struts CVE-2017-9805 的利用工具

用法

检查单个URL是否存在漏洞。

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

检查URL列表是否存在漏洞。

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

利用单个URL。

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

利用URL列表。

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

需求

  • Python2 或 Python3
  • requests

法律免责声明

本项目仅用于教育和道德测试目的。未经事先双方同意,使用struts-pwn攻击目标是违法的。最终用户有责任遵守所有适用的地方、州和联邦法律。开发人员不承担任何责任,也不对因使用本程序造成的任何误用或损害负责。

许可证

本项目采用 MIT 许可证。

作者

Mazin Ahmed

  • 网站:https://lonerangerweb.wordpress.com/
  • 邮箱:ultimate31337[AT]gmail[DOT]com
  • Twitter:https://twitter.com/lon3_rang3r
下载工具