Skip to content

manbolq/CVE-2021-39165

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CVE-2021-39165

Python3 POC for CVE-2021-39165 in CachetHQ

Usage

First of all, you should install the dependencies:

pip3 install -r requirements.txt

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

python3 exploit.py -u <URL> -c

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

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:

python3 exploit.py -h

About

Python3 POC for CVE-2021-39165 in CachetHQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages