// 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
'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',
// 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'
];