Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 899 Bytes

README.md

File metadata and controls

49 lines (43 loc) · 899 Bytes

Learning C purpose

malefik

Malicious LKM, simple rootkit for studiying purpose [...].

Affected vesion :

kernel ver. state
5.10 affected
4.19 affected
4.15 affected
4.9 affected

Install :

!!! TEMP !!!

Install linux headers for your version, check it with uname -r.

With apt (debian, ...)

sudo apt install linux-headers-$(uname -r)

With dnf (fedora, ...)

 sudo dnf install kernel-headers

!!! ENDTEMP !!!

Install with

sudo make

For debug mode (verbose)

sudo make debug

For cleaning

sudo make clean

Usage :

malefik redirect some kill signals to do something special things for you UwU.

Such as

kill -64 <pid> : Escalate to root shell.
kill -31 <pid> : Hide/unhide process.
kill -32 1     : Hide and protect malefik rootkit.
kill -33 1     : Unhide and unprotect malefik rootkit.