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
EDR-Freeze — Suspend EDR and antimalware processes on Windows by exploiting WerFaultSecure, enabling temporary defense evasion in user mode without requiring drivers. | Kitploit
Tools/GitHubGitHub/twosevenonet/edr-freeze
ExploitationIDS/IPS EvasionPost-ExploitationRed Teaming
GitHubtwosevenonet/edr-freeze

EDR-Freeze

Suspend EDR and antimalware processes on Windows by exploiting WerFaultSecure, enabling temporary defense evasion in user mode without requiring drivers.

View Repository
8601502 months 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

EDR-Freeze

This is a tool that exploits the software vulnerability of WerFaultSecure to suspend the processes of EDRs and antimalware without needing to use the BYOVD (Bring Your Own Vulnerable Driver) attack method.

EDR-Freeze operates in user mode, so you don't need to install any additional drivers. It can run on the latest version of Windows.

The experiment was conducted with the latest version of Windows at the time of the project creation: Windows 11 24H2

Command Line Syntax

EDR-Freeze.exe [TargetPID] [SleepTime]

Example: EDR-Freeze.exe 1234 10000

Freeze the target for 10000 milliseconds

Links

EDR-Freeze: A Tool That Puts EDRs And Antivirus Into A Coma State

Tool to run process with PPL without driver

Demo Video

Youtube: https://www.youtube.com/watch?v=vFcbE94qD70

How to Use EDR-Freeze Effectively

Instead of running EDR-Freeze with a long sleep duration, you should incorporate it into a script with the following steps:

  1. Temporarily halt all Antimalware/EDR processes for a short period (1-3 seconds).
  2. Execute tasks immediately after a successful suspension.

Since the GUI may become unresponsive in some cases, you should choose the shortest sleep time possible. Just make sure that the script executions are completed before the Antimalware/EDR resumes.

Alternatively, it's best to insert the code you want to execute directly into the source code of EDR-Freeze:

Insert code

🐦 Enjoying my work? Support the journey by following me on X

Twitter Follow

Tools For Security Researcher and Hacker

Essential tools that every security researcher and hacker should have in their toolkit:

Essential Tools For Security Researcher and Hacker

READING

Some books you should read to sharpen your cybersecurity skills, especially in offensive security:

Books on Programming and Cybersecurity recommended by Zero Salarium Researchers

Author:

Two Seven One Three

Download Tool