From 776619e1edcffb4193f1ca01c56ac134593caf0f Mon Sep 17 00:00:00 2001 From: "Ilya V. Matveychikov" Date: Mon, 2 Jul 2018 20:38:28 +0400 Subject: [PATCH] Update reptile.md --- details/reptile.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/details/reptile.md b/details/reptile.md index 5639f41..c97588b 100644 --- a/details/reptile.md +++ b/details/reptile.md @@ -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.