CVE-2022-21661 的 Python PoC,灵感来自 z92g 的 Go PoC
pip3 install -r requirements.txt
usage: main.py [-h] [-u URL] [-f FILE]
识别 Wordpress 实例中的 CEV-2022-21661。
options:
-h, --help 显示此帮助信息并退出
-u URL, --url URL 要检查的单个 URL。
-f FILE, --file FILE 要检查的 URL 列表。
作者:sealldeveloper
python3 main.py -u https://example.com
或
python3 main.py -f urls.txt