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
no-defender — A slightly more fun way to disable windows defender + firewall. (through the WSC api) | Kitploit
Tools/GitHubGitHub/es3n1n/no-defender
Persistence MechanismsIDS/IPS EvasionPost-ExploitationPenetration TestingRed TeamingAdversarial AttackArchived
GitHubes3n1n/no-defender

no-defender

A slightly more fun way to disable windows defender + firewall. (through the WSC api)

View Repository
2.0k262 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

DMCA (08/06/24)

This project was DMCA'd by some company, so all the releases, sources and everything else was wiped off, but if you still find my project useful or interesting, please leave a star <3.


no-defender

A slightly more fun way to disable windows defender.

How it works

There's a WSC (Windows Security Center) service in Windows which is used by antiviruses to let Windows know that there's some other antivirus in the hood and it should disable Windows Defender.
This WSC API is undocumented and furthermore requires people to sign an NDA with Microsoft to get its documentation.

Limitations

Sadly, to keep this WSC stuff even after reboot, no-defender adds itself to the autorun. Thus, you would need to keep the no-defender binaries on your disk :(

Usage

root@kitploit:~
Usage: no-defender-loader [--help] [--version] [--disable] [--firewall] [--av] [--name VAR]

Optional arguments:
  -h, --help     shows help message and exits
  -v, --version  prints version information and exits
  --disable      re-enable firewall/defender
  --firewall     disable the firewall
  --av           disable the defender
  --name         av name [default: "github.com/es3n1n/no-defender"]

License

GPL-3.0

Download Tool