From b215dde04d7fe5c22c127b79c1f1513ba5c787f8 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 29 Jul 2011 09:43:07 +0000 Subject: [PATCH] Block also these --- 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 8d75a2f..095a8ba 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -68,7 +68,7 @@ function initCrackerTrackerArrays () { 'page=http', 'module=http', 'op=http', 'id=http', 'id%3Dhttp', 'action%3Dhttp', 'page%3Dhttp', 'module%3Dhttp', 'op%3Dhttp', 'starhack', '../../','..//', 'directory=http', 'dir=http', 'busca', 'uol.com', '=http://', '=https://','=ftp://','=file://','_SESSION','CFG_ROOT','/proc/',',0x5', - '=%7BQUOT%7D' + '=%7BQUOT%7D', '=%5C' ); // Block these words found in POST requests -- 2.39.5