$GLOBALS['ctracker_get_blacklist'] = [
// SQL injections
'union ', ' union', 'insert ',
- 'select ', ' like', 'like ', 'drop ', 'update ',
+ 'select ', ' like', 'drop ', 'update ',
'union(', 'union=',
// $GLOBAL/$_SERVER array elements
'passwd ', ' passwd', 'mdir ', ' mdir', 'cp ', ' cp',
'esystem ', 'chr ', ' chr', 'wget ', ' wget', ' cmd',
'cmd ', ' rush', 'rush ', ' echr', 'echr ', ' getenv',
- 'getenv', 'reboot ', 'halt ', 'powerdown ',
+ 'getenv', 'reboot ', 'halt ', 'powerdown ', 'invokefunction',
// Other Linux programs (+ brace)
'locate(', 'grep(', 'kill(', 'mcd(', 'mrd(', 'rm(', 'mv(', 'rmdir(',
// PHP commands/scripts
'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
- 'call_user_func', 'set_time_limit',
+ 'call_user_func', 'set_time_limit', 'urldecode',
// Typical PHP script remote-inclusions and typical include file names
'.inc.php', '.lib.php', '.class.php', 'config.php', '.inc', '_php',