From 57f8c692a8e16090d6aead7cc147043a400c2d7c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Aug 2018 20:28:29 +0200 Subject: [PATCH] Continued: - banned suhosin entirely from GET parameters (makes really no sense) - also banned some other php.ini settings --- libs/lib_detector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5