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
ExploitScript-CVE-2023-46604 | Kitploit
Tools/GitHubGitHub/stegano5/exploitscript-cve-2023-46604
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubstegano5/exploitscript-cve-2023-46604

ExploitScript-CVE-2023-46604

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

ExploitScript-CVE-2023-46604

Disclaimer

This repository contains proof-of-concept code for CVE-2023-466064 and is intended strictly for educational purposes. The authors and contributors do not endorse any illegal activity. The information presented here is for academic, security research, and testing purposes, and for the current resolution of the machine Broker from HackTheBox.

By using this exploit, you agree to take full responsibility for your actions. The authors assume no liability and are not responsible for any misuse or damage caused by this program. It is your responsibility to comply with all applicable laws.

Overview

CVE-2023-466064 is a vulnerability that affects [ActiveMQ Openwire protocol from Apache]. This flaw allows attackers to [execute code on thge server where ActuveMQ service is running].

This repository aims to automatize the process of sending a hand crafted request to the server.

Repository contents

  • config.xml - XML file for the proof-of-concept
  • shell.py - the pyrthon exploit

Requisits

Ensure that you have isntalled on your computer :

  • Python 3.X
  • The URL for the config.xml accesible from de ActiveMQ server's target
  • The network acces for the vulnerability

Usage

root@kitploit:~
python exploit.py -i <target-ip> -p <target-port> -u <url-to-config.xml>
Download Tool