Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
GhostDriver — otra herramienta más de eliminación de AV mediante BYOVD | Kitploit
Herramientas/GitHubGitHub/blacksnufkin/ghostdriver
Herramientas DefensivasEscalada de PrivilegiosMecanismos de PersistenciaExplotaciónEvasión de IDS/IPSPost-ExplotaciónRed Teaming
GitHubblacksnufkin/ghostdriver

GhostDriver

otra herramienta más de eliminación de AV mediante BYOVD

Ver Repositorio
31237hace 2 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

GhostDriver 👻

Acerca de

GhostDriver es una herramienta de eliminación de AV construida en Rust que utiliza BYOVD.

Cómo empezar

  1. Instala Rust desde 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. Ejecuta: Ejecuta el binario de 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)
  • Cambia la línea 3307 para los nombres de procesos por defecto
root@kitploit:~
// Define default process names
let default_process_names = vec!["msmpeng.exe"];

POC

gd2

Referencias

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