From 77481e5654a68a8acc2cad84af6b090b66b8487e Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 29 Jul 2011 05:05:41 +0000 Subject: [PATCH] Fix for missing 'ctracker_post_track' --- libs/lib_detector.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libs/lib_detector.php b/libs/lib_detector.php index 1a18062..49c341b 100644 --- a/libs/lib_detector.php +++ b/libs/lib_detector.php @@ -67,7 +67,8 @@ function initCrackerTrackerArrays () { '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', '=http://', '=https://','=ftp://','=file://','_SESSION','CFG_ROOT','/proc/',',0x5' + 'uol.com', '=http://', '=https://','=ftp://','=file://','_SESSION','CFG_ROOT','/proc/',',0x5', + '=%7BQUOT%7D' ); // Block these words found in POST requests @@ -81,6 +82,10 @@ function initCrackerTrackerArrays () { // Load email header $GLOBALS['ctracker_header'] = crackerTrackerLoadEmailTemplate('header'); + + // Init more elements + $GLOBALS['ctracker_post_track'] = ''; + $GLOBALS['ctracker_checkworm'] = ''; } // Checks for worms -- 2.39.5