From: Roland Häder Date: Mon, 1 Apr 2019 14:43:20 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f5cd5b92d3ea339f3d099c3fa8e65b0bc0f1533;p=ctracker.git Continued: - 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 --- diff --git a/libs/lib_detector.php b/libs/lib_detector.php index f7bde09..49d171e 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -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',