From a0373fb645bf12f7f7df84f6428a3873e63b8244 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 24 Oct 2012 22:46:51 +0000 Subject: [PATCH] Blocked also %27 (') --- libs/lib_detector.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index cef8fd6..703e69c 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -68,7 +68,8 @@ 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/', ',0x', '(0x', - '=%7BQUOT%7D', '=%5C', 'DOCUMENT_ROOT', '_SERVER','=%22http','=%22ftp','=%22file' + '=%7BQUOT%7D', '=%5C', 'DOCUMENT_ROOT', '_SERVER','=%22http','=%22ftp','=%22file','=%27http','=%27ftp', + '=%27file' ); // Block these words found in POST requests -- 2.39.5