From: Roland Häder Date: Fri, 10 Jan 2025 00:30:32 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa998766455513fb3f6bc5b0aefefe016d3c72b1;p=ctracker.git Continued: - added some php.ini keys as they where used for attacking my server (the later was intended to include a remote text file --- diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 122f773..c139b28 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -105,6 +105,9 @@ function initCrackerTrackerArrays () { 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru', 'call_user_func', 'set_time_limit', 'urldecode', + // php.ini variables + 'disable_functions', 'safe_mode', 'allow_url_include', 'auto_prepend_file', + // Typical PHP script remote-inclusions and typical include file names '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php', 'php_', 'class_', '_class.php', 'db_mysql.inc',