Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evilbytecode/malwarebytes-shutdowner
Kill malawarebytes process. Can be ported to any programming language.
https://github.com/evilbytecode/malwarebytes-shutdowner
av evasion fud kill-process malwarebytes-bypass malwarebytes-kill malwarebytes-patch
Last synced: 11 days ago
JSON representation
Kill malawarebytes process. Can be ported to any programming language.
- Host: GitHub
- URL: https://github.com/evilbytecode/malwarebytes-shutdowner
- Owner: EvilBytecode
- Created: 2024-07-26T17:20:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T08:39:59.000Z (5 months ago)
- Last Synced: 2024-09-17T09:18:54.944Z (4 months ago)
- Topics: av, evasion, fud, kill-process, malwarebytes-bypass, malwarebytes-kill, malwarebytes-patch
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malwarebytes-Shutdowner
## Overview
This project demonstrates how to terminate the Malwarebytes process. It is designed for educational purposes to illustrate basic methods for process management and termination. The techniques shown here are fundamental and can be adapted to various programming languages.
- btw before you talk sh, remember all av processes hook terminate process lol and it isnt possible to kill them from taskmgr :}
**Proof of Concept:**
[Watch the demo here](https://streamable.com/x7869v)## Why?
It’s intriguing to see how a single command can completely terminate Malwarebytes, despite some considering such methods as lacking practical exploitability.
![image](https://github.com/user-attachments/assets/76a53b17-3e95-4dc9-8507-46a236f6627f)## Disclaimer
**Codepulze** makes no warranties or guarantees regarding the use of this code. The provided code is intended for educational purposes only. **Codepulze** takes no responsibility for any damages or consequences resulting from the use or misuse of this code. Always ensure that you have permission to test or use such techniques in your environment.