]> git.mxchange.org Git - ctracker.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2019 14:43:20 +0000 (16:43 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2019 14:43:20 +0000 (16:43 +0200)
- call_user_func(_array) does never belong into URLs, if your script requires
  this, please reconsider the security implications!

Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index f7bde09388f6218d30a4bd5b502ceb2b4ea35678..49d171e7f2c204b6f1f87a7a795bcfd0f59d2cd6 100644 (file)
@@ -101,6 +101,7 @@ function initCrackerTrackerArrays () {
                // PHP commands/scripts
                'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
                'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
+               'call_user_func',
 
                // Typical PHP script remote-inclusions and typical include file names
                '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',