This repository was archived by the owner on Dec 18, 2022. It is now read-only.
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Sample Linux rootkit ===================== ### What can the rootkit do? * Run scripts as root. * Hijack the syscall table. * Hide & Unhide itself. * Get persistence even after reboot. (Must do manually) ### How to build ```bash # For dev. build make dev # For prod. build make prod. # To just compile the LKM. make ```