关联漏洞
标题:Apache Struts 代码注入漏洞 (CVE-2020-17530)Description:Apache Struts是美国阿帕奇(Apache)基金会的一个开源项目,是一套用于创建企业级Java Web应用的开源MVC框架,主要提供两个版本框架产品,Struts 1和Struts 2。 Struts 存在代码注入漏洞,攻击者可利用该漏洞可以通过强迫Struts的OGNL评估来使用漏洞来运行代码。
介绍
# OGNL Injection Exploit
## Summary
Simple Python script to exploit OGNL injection vulnerabilities in Apache Struts2/Tomcat and execute system commands.
## Usage
```bash
pip install requests colorama
python3 exploit.py -u http://target/index.action -c "id"
文件快照
[4.0K] /data/pocs/9e29439f00fef30a39110df7b78e12b0d0c412c8
├── [2.0K] exploit.py
└── [ 260] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮件到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对 POC 代码进行快照,为了长期维护,请考虑为本地 POC 付费/捐赠,感谢您的支持。