Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
GhostDriver — yet another AV killer tool using BYOVD | Kitploit
उपकरण/GitHubGitHub/blacksnufkin/ghostdriver
Defensive ToolsPrivilege EscalationPersistence MechanismsExploitationIDS/IPS EvasionPost-ExploitationRed Teaming
GitHubblacksnufkin/ghostdriver

GhostDriver

yet another AV killer tool using BYOVD

रिपॉजिटरी देखें
312372 साल पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

GhostDriver 👻

परिचय

GhostDriver एक Rust-निर्मित AV किलर टूल है जो BYOVD का उपयोग करता है।

आरंभ करें

  1. Rust को rust-lang.org से इंस्टॉल करें
  2. क्लोन करें: git clone https://github.com/BlackSnufkin/GhostDriver.git
  3. बिल्ड करें: cargo build --release --target=x86_64-pc-windows-msvc
  4. चलाएं: GhostDriver बाइनरी को निष्पादित करें

उपयोग:

root@kitploit:~
GhostDriver.exe 2.0
BlackSnufkin
Kills processes by name using a Ghost Driver

USAGE:
    GhostDriver.exe [FLAGS] [OPTIONS]

FLAGS:
    -h, --help       Prints help information
    -v, --version    Prints version information

OPTIONS:
    -n, --name=process_names

EXAMPLES:
        .\GhostDriver.exe -n msmpeng.exe,svchost.exe
        .\GhostDriver.exe --name msmpeng.exe
        .\GhostDriver.exe (uses default processes)
  • डिफ़ॉल्ट प्रक्रिया नामों के लिए लाइन 3307 बदलें
root@kitploit:~
// Define default process names
let default_process_names = vec!["msmpeng.exe"];

POC

gd2

संदर्भ

  • https://github.com/keowu/BadRentdrv2
  • https://unit42.paloaltonetworks.com/agonizing-serpens-targets-israeli-tech-higher-ed-sectors
टूल डाउनलोड करें