Skip to content

karlzakhary/rootkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published