mirror of
https://github.com/milabs/awesome-linux-rootkits.git
synced 2024-12-17 20:14:18 -05:00
Update reptile.md
This commit is contained in:
parent
6ed8855df5
commit
00d758332b
@ -29,7 +29,8 @@ Rootkit is trying to evade from detection by:
|
||||
|
||||
## Management interface
|
||||
|
||||
Implemented via `kill(2)` by hooking `sys_call_table[__NR_kill]`:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user