From: Roland Häder Date: Wed, 22 Aug 2018 18:28:29 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=57f8c692a8e16090d6aead7cc147043a400c2d7c;p=ctracker.git Continued: - banned suhosin entirely from GET parameters (makes really no sense) - also banned some other php.ini settings --- diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 21a15d8..505df9e 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -96,7 +96,7 @@ function initCrackerTrackerArrays () { // php.ini settings 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode', - 'open_basedir', + 'open_basedir', 'suhosin', 'cgi.force_redirect', 'cgi.redirect_status_env', // PHP commands/scripts 'fopen', 'fwrite', 'phpinfo()', '\', 'base64_decode', 'file_put_contents',