Also __CALLBACKPARAM needs blocking
authorRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2016 11:00:39 +0000 (13:00 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 28 Jul 2016 11:00:39 +0000 (13:00 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index 633d7d30fcd8ebc338d818c20f6fe032940bd775..bb7173395858dc931b31c5ac77fd99117f535920 100644 (file)
@@ -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',