From 724e426f9ad5eb09859f311a49c7bf33481abd85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Thu, 28 Jul 2016 13:00:39 +0200 Subject: [PATCH] Also __CALLBACKPARAM needs blocking MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- libs/lib_detector.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 633d7d3..bb71733 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -103,7 +103,7 @@ function initCrackerTrackerArrays () { 'php_', 'class_', '_class.php', 'db_mysql.inc', // PHP arrays - '_PHPLIB', + '_phplib', '__callbackparam', // Generic remote inclusion '=http://', '=https://', @@ -173,7 +173,7 @@ function initCrackerTrackerArrays () { 'php_', 'class_', '_class.php', 'db_mysql.inc', // PHP arrays - '_PHPLIB', + '_phplib', '__callbackparam', // Request header being inserted 'content-type', -- 2.39.5