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

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

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

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

工具目录

分类

查看所有分类
Loading categories
NimBlackout — Kill AV/EDR leveraging BYOVD attack | Kitploit
工具/GitHubGitHub/helixo32/nimblackout
Privilege EscalationExploitationLearning & EducationRed TeamingAdversarial Attack
GitHubhelixo32/nimblackout

NimBlackout

Kill AV/EDR leveraging BYOVD attack

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

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

NimBlackout

Nim Version

注意:本项目仅供教育目的。将本代码用于任何恶意活动均被严格禁止。我对本软件的任何滥用概不负责。

NimBlackout 是对 @Blackout 项目的改编,该项目最初由 @ZeroMemoryEx 使用 C++ 开发,其原理是利用 gmer(BYOVD)驱动移除 AV/EDR。

本项目的主要动机是理解 BYOVD 攻击的工作原理,并提供一个用 Nim 编写的有效 PoC。

所有功劳归于原作者 @ZeroMemoryEx。

用法

  • 编译
    • Linux
      root@kitploit:~
      nim --os:windows --cpu:amd64 --gcc.exe:x86_64-w64-mingw32-gcc --gcc.linkerexe:x86_64-w64-mingw32-gcc c NimBlackout.nim
      
    • Windows
      root@kitploit:~
      nim c NimBlackout.nim
      
  • 将 Blackout.sys 驱动放入当前目录
  • 以管理员权限运行 NimBlackout
    root@kitploit:~
    NimBlackout.exe <进程名>
    

为防止进程(如 MsMpEng.exe)重启,请保持程序运行。

演示

下载工具