deb0ch / toorkit

A simple useless rootkit for the linux kernel. It is a kernel module which hooks up the open() syscall (or potentially any syscall) to replace it with a custom function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toorkit

A simple useless rootkit for the linux kernel. It basically a kernel module which hooks up the open() syscall (or potentially any syscall) to replace it with a custom function.

About

A simple useless rootkit for the linux kernel. It is a kernel module which hooks up the open() syscall (or potentially any syscall) to replace it with a custom function.


Languages

Language:C 66.5%Language:Makefile 33.5%