alichtman / gardening-starter-pack

Literally a rootkit. (LKM for Linux Kernels 4.14+)
GNU General Public License v3.0
1 stars 0 forks source link

Add build, installation and removal process for kernel module #17

Closed alichtman closed 5 years ago

alichtman commented 5 years ago

Will close #12 when complete. Still need to add:

Related notes:

$ sudo insmod rootkit.ko # Load this module into the kernel.
$ lsmod # Display loaded kernel modules
$ sudo rmmod rootkit.ko # Unload rootkit.