A local LKM rootkit loader
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.
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.
This software is under MIT License