Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
GhostDriver — mais uma ferramenta para eliminar AV usando BYOVD | Kitploit
Ferramentas/GitHubGitHub/blacksnufkin/ghostdriver
Ferramentas DefensivasEscalada de PrivilégiosMecanismos de PersistênciaExploraçãoEvasão de IDS/IPSPós-ExploraçãoRed Teaming
GitHubblacksnufkin/ghostdriver

GhostDriver

mais uma ferramenta para eliminar AV usando BYOVD

Ver Repositório
312372há 2 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

GhostDriver 👻

Sobre

GhostDriver é uma ferramenta AV killer construída em Rust usando BYOVD.

Comece agora

  1. Instale o Rust a partir de rust-lang.org
  2. Clone: git clone https://github.com/BlackSnufkin/GhostDriver.git
  3. Compile: cargo build --release --target=x86_64-pc-windows-msvc
  4. Execute: Execute o binário do GhostDriver

Uso:

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)
  • Altere a linha 3307 para os nomes de processos padrão
Baixar ferramenta
root@kitploit:~
// Define default process names
let default_process_names = vec!["msmpeng.exe"];

POC

gd2

Referência

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