Skip to content
KitploitKITPLOIT
StrumentiBlog
Invia
StrumentiBlog
Invia

Strumenti di Hacking, PenTest e Cybersecurity per il tuo Arsenale di Sicurezza!

Kitploit è una directory di strumenti di hacking, cybersecurity e pentesting. Scopri gli ultimi aggiornamenti dei progetti per trovare vulnerabilità, analizzare sistemi, automatizzare i test e rafforzare la tua sicurezza.

··Feed·Contatto·Privacy·© 2026 Kitploit

Directory degli strumenti

Categorie

Vedi tutte le categorie
Loading categories
GhostDriver — l'ennesimo strumento AV killer che utilizza BYOVD | Kitploit
Strumenti/GitHubGitHub/blacksnufkin/ghostdriver
Strumenti DifensiviEscalation di PrivilegiMeccanismi di PersistenzaExploitEvasione IDS/IPSPost-ExploitRed Teaming
GitHubblacksnufkin/ghostdriver

GhostDriver

l'ennesimo strumento AV killer che utilizza BYOVD

Vedi Repository
312372 anni faRevisionato da Kitploit

Più Popolari

Vedi tutti →

Scopri gli strumenti più utilizzati dalla nostra community.

Esplora tutti gli strumenti

Sfoglia la nostra collezione di strumenti

Vedi tutti gli strumenti →
Condividi

GhostDriver 👻

Informazioni

GhostDriver è uno strumento AV killer scritto in Rust che utilizza la tecnica BYOVD.

Per iniziare

  1. Installa Rust da rust-lang.org
  2. Clona: git clone https://github.com/BlackSnufkin/GhostDriver.git
  3. Compila: cargo build --release --target=x86_64-pc-windows-msvc
  4. Esegui: lancia il binario di GhostDriver

Utilizzo:

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)
  • Modifica la riga 3307 per i nomi dei processi predefiniti
root@kitploit:~
// Define default process names
let default_process_names = vec!["msmpeng.exe"];

POC

gd2

Riferimenti

  • https://github.com/keowu/BadRentdrv2
  • https://unit42.paloaltonetworks.com/agonizing-serpens-targets-israeli-tech-higher-ed-sectors
Scarica lo strumento