Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
GhostDriver — 又一个利用 BYOVD 的杀毒软件杀手工具 | Kitploit
工具/GitHubGitHub/blacksnufkin/ghostdriver
防御工具权限提升持久化机制漏洞利用IDS/IPS规避后渗透利用红队
GitHubblacksnufkin/ghostdriver

GhostDriver

又一个利用 BYOVD 的杀毒软件杀手工具

查看仓库
312372年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

GhostDriver 👻

关于

GhostDriver 是一款基于 Rust 构建、利用 BYOVD 技术的杀软杀手工具。

快速开始

  1. 从 rust-lang.org 安装 Rust
  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
下载工具