From 1bd1d20f941bcf41de8e19374706b36616d5a015 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 Signed-off-by: Roland Haeder --- 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.5