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 12a9ce929857df1b9a7cbf86944fc5401cd8e36d
parent 02d84c779bf122e48d4b813ff7adf13a63c1e431
Author: deurzen <m.deurzen@tum.de>
Date:   Sun, 29 Nov 2020 23:04:39 +0100

updates test rule

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

diff --git a/Makefile b/Makefile @@ -33,7 +33,8 @@ clean: @make -C $(KERNELDIR) M=$(PWD) clean test: debug remove clear_dmesg install - -@./check_pingpong.py /proc/g7rkp + -@./checkers/check_pingpong.py /proc/g7rkp + -@./checkers/check_filehiding -@dmesg .PHONY: install