From 7aae6e06390556a87c5bc22471f5d84f724ccd71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 16 May 2019 02:37:09 +0200 Subject: [PATCH] Continued: - blocked information_schema as this is an internal MySQL/MariaDB table MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- libs/lib_detector.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index ba51e05..1134d36 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -145,11 +145,11 @@ function initCrackerTrackerArrays () { // Request header being inserted 'content-type', - // /proc/ and other forbidden paths + // /proc/ and other "forbidden" paths 'proc/self/environ', - // MySQL internal functions - 'name_const', + // MySQL internal functions/tables + 'name_const', 'information_schema', // Server configuration (e.g. Apache) 'application/x-httpd-php', 'addtype', 'server-info', 'server-status', -- 2.39.5