Skip to content
This repository was archived by the owner on Dec 18, 2022. It is now read-only.

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages