From e228af3f11a51cd76dc45d5f194eb801e9c95864 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 18 Oct 2013 20:29:05 +0000 Subject: [PATCH] Added some php.ini settings to block --- libs/lib_detector.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 6f12049..3511de9 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -126,6 +126,9 @@ function initCrackerTrackerArrays () { // Attempts to insert links into a badly secured URL '%3E%3C', + // php.ini settings + 'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', + // @TODO Misc/unsorted 'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system', '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.', -- 2.39.2