karlzakhary / rootkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux rootkit:


The module was prepared to operate on kernel 4.4.

  • To insert the module and start:
sudo apt update  
sudo apt install build-essential  
make  
gcc -o client client.c
insmod rootkit.ko
./client
  • How to use compiled client:
./client [-s PID_TO_HIDE] [-h PID_TO_UNHIDE] [-c]  

[-c] hide current process  
[-s] hide PID_TO_HIDE  
[-h] unhide PID_TO_UNHIDE  

Demo + Howto

Rootkit Demo

Project Contributors

  • Michael Sherif
  • Carol Emad
  • Ahmed Houssam
  • Mohamed Maged
  • Karl Maged

About


Languages

Language:C 98.5%Language:Makefile 1.5%