关联漏洞
标题:
WordPress plugin SQL注入漏洞
(CVE-2022-21661)
描述:WordPress是Wordpress基金会的一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是WordPress开源的一个应用插件。 WordPress plugin 存在SQL注入漏洞,该漏洞源于WP_查询中的不正确清理。攻击者可利用该漏洞执行SQL注入攻击。
描述
A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC
介绍
# CVE-2022-21661-PoC
A Python PoC of CVE-2022-21661, inspired from [z92g's Go PoC](https://github.com/z92g/CVE-2022-21661)
## Installation
```
pip3 install -r requirements.txt
```
## Usage
```
usage: main.py [-h] [-u URL] [-f FILE]
Identify CEV-2022-21661 in Wordpress instances.
options:
-h, --help show this help message and exit
-u URL, --url URL A single URL to check.
-f FILE, --file FILE A list of URLs to check.
by sealldeveloper
```
### Examples
```
python3 main.py -u https://example.com
```
or
```
python3 main.py -f urls.txt
```
文件快照
[4.0K] /data/pocs/4126b220185411514fc5b3cdf0a3b6ae5e3d4adb
├── [1.0K] LICENSE
├── [4.9K] main.py
├── [ 571] README.md
└── [ 17] requirements.txt
0 directories, 4 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。