Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/es3n1n/no-defender
A slightly more fun way to disable windows defender + firewall. (through the WSC api)
https://github.com/es3n1n/no-defender
Last synced: about 1 month ago
JSON representation
A slightly more fun way to disable windows defender + firewall. (through the WSC api)
- Host: GitHub
- URL: https://github.com/es3n1n/no-defender
- Owner: es3n1n
- License: gpl-3.0
- Archived: true
- Created: 2024-05-23T05:18:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-08T01:29:18.000Z (5 months ago)
- Last Synced: 2024-09-21T18:49:00.778Z (about 2 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 1,857
- Watchers: 19
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
![](https://i.imgur.com/8qyJoBV.png)
## 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
```commandline
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