Update reptile.md

This commit is contained in:
Ilya V. Matveychikov 2018-07-02 23:57:33 +04:00 committed by GitHub
parent 6ed8855df5
commit 00d758332b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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