From: Roland Häder Date: Thu, 16 May 2019 00:37:09 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7aae6e06390556a87c5bc22471f5d84f724ccd71;p=ctracker.git Continued: - blocked information_schema as this is an internal MySQL/MariaDB table Signed-off-by: Roland Häder --- 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',