Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
NimBlackout — Kill AV/EDR leveraging BYOVD attack | Kitploit
Tools/GitHubGitHub/helixo32/nimblackout
Privilege EscalationExploitationLearning & EducationRed TeamingAdversarial Attack
GitHubhelixo32/nimblackout

NimBlackout

Kill AV/EDR leveraging BYOVD attack

View Repository
406433 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

NimBlackout

Nim Version

Note: This project is for educational purposes only. The use of this code for any malicious activity is strictly prohibited. I am not responsible for any misuse of this software.

NimBlackout is an adaptation of the @Blackout project originally developed in C++ by @ZeroMemoryEx, which consists of removing AV/EDRs using the gmer (BYOVD) driver.

The main reason for this project was to understand how BYOVD attacks work, and then to provide a valid PoC developed in Nim.

All credit must goes to the original author @ZeroMemoryEx.

Usage

  • Compilation
    • 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
      
  • Put Blackout.sys driver into current directory
  • Launch NimBlackout (with admin privileges)
    root@kitploit:~
    NimBlackout.exe <process name>
    

In order to prevent restarting process (like MsMpEng.exe), keep the program running.

Demo

Download Tool