https://github.com/akinalts/mmm
https://github.com/akinalts/mmm
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akinalts/mmm
- Owner: AkinaLTS
- Created: 2024-08-16T00:31:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-20T06:09:11.000Z (9 months ago)
- Last Synced: 2025-03-12T05:28:11.616Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Malicious Magisk Module
> [!IMPORTANT]
> This module was created to warn everyone about how powerful malicious modules can be.This is a simple example of a malicious Magisk module.
It will automatically recreate itself even if the module itself is deleted.It will inject the content of `reborn.sh` into `service.sh` of other modules, and will create `service.d/magisk.sh` which includes the contents of `reborn.sh`..
When these injections/files are not cleaned up, you will not be able to completely uninstall this module. Each time you reboot, the module will appear in the module list again.
> [!CAUTION]
> THIS MODULE IS AN EXAMPLE OF A **MALICIOUS MAGISK MODULE!** USE IT AT YOUR OWN RISK!