]> git.mxchange.org Git - ctracker.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2019 16:22:37 +0000 (18:22 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 1 Apr 2019 16:26:29 +0000 (18:26 +0200)
- uh, last commit was UA, now POST data
- moved out server-config related to own "category"
- added application/x-httpd-php as this is not ment to be placed in URL, UA
  and POST data

Signed-off-by: Roland Häder <roland@mxchange.org>
libs/lib_detector.php

index 265e241803f70cf34a4cf1c03f7a7a5a9cb9f906..3b6dd587b197392da0cc19c144c38a94f1d67408 100644 (file)
@@ -151,13 +151,16 @@ function initCrackerTrackerArrays () {
                // MySQL internal functions
                'name_const',
 
+               // Server configuration (e.g. Apache)
+               'application/x-httpd-php', 'addtype', 'server-info', 'server-status',
+
                // @TODO Misc/unsorted
                'cgi-', '.eml', '$_request', '$_get', '$request', '$get', '.system',
                '&aim', 'new_password', '&icq', '.conf', 'motd ', 'HTTP/1.',
                'window.open', 'img src', 'img src', '.jsp', 'servlet', 'org.apache',
-               'wwwacl', 'server-info', 'server-status', '/servlet/con', 'http_',
-               'secure_site, ok', 'chunked', '<script', 'mod_gzip_status', '.system',
-               'uol.com', ',0x', '(0x', 'INSERT_RANDOM_NUMBER_HERE', 'addtype'
+               'wwwacl', '/servlet/con', 'http_', 'secure_site, ok', 'chunked',
+               '<script', 'mod_gzip_status', '.system', 'uol.com', ',0x', '(0x',
+               'INSERT_RANDOM_NUMBER_HERE',
        ];
 
        // BLock these words found in User-Agent
@@ -204,6 +207,9 @@ function initCrackerTrackerArrays () {
                'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
                'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
 
+               // Server configuration (e.g. Apache)
+               'application/x-httpd-php',
+
                // Typical PHP script remote-inclusions and typical include file names
                '.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',
                'php_', 'class_', '_class.php', 'db_mysql.inc',
@@ -223,7 +229,13 @@ function initCrackerTrackerArrays () {
                // This line is for detecting hidden link spam in wikis, forums, guestbooks, etc.
                ' style=', 'overflow:auto', 'height:1px', 'width:1px', 'display:hidden', 'style.display',
 
-               // "Common" login names from VHCS exploiters ;-)
+               // Windows-related
+               'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient',
+
+               // Server configuration (e.g. Apache)
+               'application/x-httpd-php',
+
+               // "Common" login names from VHCS exploiters
                'starhack', 'DeLiMehmet', 'hisset', 'Hisset', 'delimert', 'MecTruy'
        ];