]> git.mxchange.org Git - ctracker.git/commitdiff
Added proc/self/environ
authorRoland Haeder <roland@mxchange.org>
Sat, 1 Nov 2014 11:05:59 +0000 (12:05 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 1 Nov 2014 11:05:59 +0000 (12:05 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index 7da613b15874f4da3e24de79affe9367f3e11516..9f3694f216fb0327b034b92d31099ce91528388b 100644 (file)
@@ -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.',