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-2021-39165 — Python3 POC for CVE-2021-39165 in CachetHQ | Kitploit
Tools/GitHubGitHub/manbolq/cve-2021-39165
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubmanbolq/cve-2021-39165

CVE-2021-39165

Python3 POC for CVE-2021-39165 in CachetHQ

View Repository
2 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-2021-39165

Python3 POC for CVE-2021-39165 in CachetHQ

Usage

First of all, you should install the dependencies:

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

If you want to check whether the victim URL is vulnerable or not, you can execute:

root@kitploit:~
python3 exploit.py -u <URL> -c

If you want to know the output of a MySQL query, you can execute:

root@kitploit:~
python3 exploit.py -u <URL> -q <QUERY>

Note: You should write a query whose output is a one-liner for the script to work properly :)

You can also check the help panel by typing:

root@kitploit:~
python3 exploit.py -h
Download Tool