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