Hack. Eat. Sleep. Repeat!!!
This repository contains a Proof of Concept for CVE-2023-50564 vulnerability in Pluck CMS version 4.7.18
CVE-2023-50564 is a vulnerability that allows unauthorized file uploads in Pluck CMS version 4.7.18. This exploit leverages a flaw in the module installation function to upload a ZIP file containing a PHP shell, thereby enabling remote command execution.
requests
and requests_toolbelt
packagesYou can install the necessary packages with the following command:
pip install requests requests_toolbelt
❯ ./pluckCMS.py --help
usage: pluckCMS.py [-h] [-hst HOST] [-u USERNAME] [-p PASSWORD]
options:
-h, --help show this help message and exit
-hst HOST, --host HOST
Format: domain.com
-u USERNAME, --username USERNAME
Username....
-p PASSWORD, --password PASSWORD
Password....
greenhorn
htb lab