Update reptile.md

This commit is contained in:
Ilya V. Matveychikov 2018-07-02 20:38:28 +04:00 committed by GitHub
parent 055851143c
commit 776619e1ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -2,6 +2,9 @@
https://github.com/f0rb1dd3n/Reptile
- Not able to tamper file contents while reading byte-by-byte (:exclamation:)
- Not able to hide all threads and children of hidden (parent) process (:exclamation:)
## Environment
- Linux kernel 2.6.x/3.x/4.x
@ -56,9 +59,3 @@ Filtering PID-like numeric entries while listing `/proc`:
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.