Fix for missing 'ctracker_post_track'
authorRoland Haeder <roland@mxchange.org>
Fri, 29 Jul 2011 05:05:41 +0000 (05:05 +0000)
committerRoland Haeder <roland@mxchange.org>
Fri, 29 Jul 2011 05:05:41 +0000 (05:05 +0000)
libs/lib_detector.php

index 1a18062bea46613155be2f5cc3af51a58710baa7..49c341b1c6f1914eec71651b966e91e4813b0a9d 100644 (file)
@@ -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