linux-rootkit

Feature-rich interactive rootkit that targets Linux kernel 4.19, accompanied by a dynamic kernel memory analysis GDB plugin for in vivo introspection (e.g. using QEMU)
git clone git://git.deurzen.net/linux-rootkit
Log | Files | Refs

commit 192cd3cf47378b3c0649055d933af466a8d2119e
parent acda7500afae2d4559f59bf2b835709e13cbcb2f
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun, 29 Nov 2020 22:56:08 +0100

Add xattrs to rkctl

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -24,6 +24,7 @@ build: client: @cc -O2 -std=gnu99 -o ./rkctl ./src/rkctl/rkctl.c + bash -c "setfattr -n user.rootkit -v rootkit ./rkctl" clean_client: @rm -f ./rkctl