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 f9fc2c00a534e6f30a6c12b7de78cf46d2a019ef
parent 192cd3cf47378b3c0649055d933af466a8d2119e
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun, 29 Nov 2020 22:58:09 +0100

Conform to rest of Makefile..

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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