https://github.com/redcode-labs/solaris
A local LKM rootkit loader/dropper that lists available security mechanisms
https://github.com/redcode-labs/solaris
dropper golang lkm loader rootkit
Last synced: 3 months ago
JSON representation
A local LKM rootkit loader/dropper that lists available security mechanisms
- Host: GitHub
- URL: https://github.com/redcode-labs/solaris
- Owner: redcode-labs
- License: mit
- Created: 2021-05-11T19:15:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-09-04T02:03:19.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T23:34:54.619Z (3 months ago)
- Topics: dropper, golang, lkm, loader, rootkit
- Language: Go
- Homepage:
- Size: 86.9 KB
- Stars: 52
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A local LKM rootkit loader 
## Introduction
This loader can list both user and kernel mode protections that are present on the system, and additionally disable some of them.It locally drops and compiles source code of any Linux kernel-mode rootkit specified by the user.
## Usage
Place the code of your selected rootkit inside `rootkit_template` variable within `solaris.go`.
Compile the Golang binary and launch it on the target system.
## License
This software is under [MIT License](https://en.wikipedia.org/wiki/MIT_License)