mirror of
https://github.com/milabs/awesome-linux-rootkits.git
synced 2024-10-01 06:35:44 -04:00
Update reptile.md
This commit is contained in:
parent
ce30452f62
commit
b654c1fe80
@ -51,11 +51,13 @@ Filtering PID-like numeric entries while listing `/proc`:
|
||||
- getdents/getdents64 hook used
|
||||
- hidden tasks are marked using `task->flags` (bit `0x10000000`)
|
||||
|
||||
:exclamation: Not able to hide all threads and children of hidden (parent) process.
|
||||
|
||||
# Backdoor/shell
|
||||
|
||||
Reverse shell spawning by port-knocking-like technique:
|
||||
- `ICMP/UDP/TCP` port-knocking
|
||||
- spawning root-shell connection to remote host
|
||||
|
||||
--
|
||||
|
||||
:exclamation: Not able to tamper file contents while reading byte-by-byte.
|
||||
:exclamation: Not able to hide all threads and children of hidden (parent) process.
|
||||
|
Loading…
Reference in New Issue
Block a user