Skip to content
This repository has been archived by the owner on Dec 18, 2022. It is now read-only.
/ shedim Public archive

Experimenting with Linux rootkit development.

Notifications You must be signed in to change notification settings

tommyp6/shedim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Linux rootkit
=====================

### What can the rootkit do?

* Run scripts as root.
* Hijack the syscall table.
* Hide & Unhide itself.
* Get persistence even after reboot. (Must do manually)

### How to build

```bash
# For dev. build
make dev
# For prod. build
make prod.

# To just compile the LKM.
make
```

About

Experimenting with Linux rootkit development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published