From: Roland Haeder <roland@mxchange.org>
Date: Wed, 24 Oct 2012 22:16:00 +0000 (+0000)
Subject: Detection of attempt of SQL injections added
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=365faaebd683e2487075d1f5fc1e452a375d7231;p=ctracker.git

Detection of attempt of SQL injections added
---

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