From 4e3094e43978ad02dd78c72feac6e131255558f7 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 1 Nov 2014 12:05:59 +0100 Subject: [PATCH] Added proc/self/environ MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- libs/lib_detector.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 7da613b..9f3694f 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -129,6 +129,9 @@ function initCrackerTrackerArrays () { // Attempts to insert links into a badly secured URL '%3E%3C', + // /proc/ and other forbidden paths + 'proc/self/environ', + // @TODO Misc/unsorted 'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system', '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.', -- 2.39.2