Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 647 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 647 Bytes

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