From 00d758332b9583a53bde2beed1036e0e2f3bdfac Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Mon, 2 Jul 2018 23:57:33 +0400 Subject: [PATCH] Update reptile.md --- details/reptile.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/details/reptile.md b/details/reptile.md index 61c7d8e..8fe3222 100644 --- a/details/reptile.md +++ b/details/reptile.md @@ -29,8 +29,9 @@ Rootkit is trying to evade from detection by: ## Management interface -Implemented via `kill(2)` by hooking `sys_call_table[__NR_kill]`: - - https://github.com/linux-rootkits/Reptile/blob/master/rep_mod.c#L509 +Implemented via `kill(2)`: + - hook`sys_call_table[__NR_kill]` + - https://github.com/linux-rootkits/Reptile/blob/master/rep_mod.c#L509 Supported commands are: - hiding/unhiding processes