From cdda9e62e14458c153faa97cf9b85c8a4a018d82 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 24 Oct 2012 22:16:00 +0000 Subject: [PATCH] Detection of attempt of SQL injections added --- 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 c8e4463..cef8fd6 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/', ',0x', '(0x', - '=%7BQUOT%7D', '=%5C', 'DOCUMENT_ROOT', '_SERVER' + '=%7BQUOT%7D', '=%5C', 'DOCUMENT_ROOT', '_SERVER','=%22http','=%22ftp','=%22file' ); // Block these words found in POST requests -- 2.39.2