Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2022-21661-PoC — A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC | Kitploit
Tools/GitHubGitHub/sealldeveloper/cve-2022-21661-poc
Vulnerability AnalysisExploitationInformation GatheringWeb SecurityPenetration Testing
GitHubsealldeveloper/cve-2022-21661-poc

CVE-2022-21661-PoC

A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC

View Repository
633 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2022-21661-PoC

A Python PoC of CVE-2022-21661, inspired from z92g's Go PoC

Installation

root@kitploit:~
pip3 install -r requirements.txt

Usage

root@kitploit:~
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

root@kitploit:~
python3 main.py -u https://example.com

or

root@kitploit:~
python3 main.py -f urls.txt
Download Tool