From 4af9685927ddb0ebab833f1e0667bc91caa8519b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 25 Jul 2016 11:15:57 +0200 Subject: [PATCH] Added MySQL internal-use-only function 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 52b42db..dc76ea1 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -136,6 +136,9 @@ function initCrackerTrackerArrays () { // /proc/ and other forbidden paths 'proc/self/environ', + // MySQL internal functions + 'name_const', + // @TODO Misc/unsorted 'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system', '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.', -- 2.39.5