From 53902dbab3fd3654ad067a31ee9a25bab4e5fee9 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 4 May 2010 18:31:12 +0000 Subject: [PATCH] Added more flexible options --- 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 7d7836e..e4b21fd 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -66,7 +66,8 @@ function initCrackerTrackerArrays () { 'select from', 'drop%20', '.system', 'getenv', 'http_', '_php', 'php_', 'phpinfo()', '\', 'sql=', 'div style=', 'overflow: auto', 'height: 1px', 'cc%20', 'admin_action=', 'path=', 'action=http', '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' + 'module%3Dhttp', 'op%3Dhttp', 'starhack', '../../', 'directory=http', 'dir=http', 'busca', 'uol.com', + '=http://', '=https://','=ftp://' ); // Block these words found in POST requests -- 2.39.5