// SQL commands
'drop database', 'drop table',
- // Compiler/interpreter
- 'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/python', 'bin/tclsh',
- 'bin/tclsh', 'bin/nasm', '/perl', 'wget ', 'system(', 'curl ',
+ // Compiler / interpreter (Linux)
+ 'bin/g++ ', 'bin/c++ ', 'cc ', 'bin/python', 'bin/tclsh', 'bin/nasm', 'bin/perl',
+
+ // Fetch tools
+ 'wget ', 'curl ',
// Windows-related
'cmd.exe', 'nc.exe', 'ftp.exe', 'powershell', 'system.net.webclient',
+ 'perl.exe', 'python.exe', 'python3.exe', 'bash.exe',
// php.ini settings
'allow_url_fopen', 'allow_url_include', 'auto_prepend_file', 'disable_functions', 'safe_mode',
- // PHP commands/scripts
+ // PHP commands to execute local shell commands
+ // @see https://de.php.net/<system|passtyhru>
+ 'system(', 'passthru',
+
+ // More PHP commands/scripts
'fopen', 'fwrite', 'phpinfo()', '\<?', '?\>', 'base64_decode', 'file_put_contents',
- 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors', 'passthru',
+ 'set_magic_quotes_runtime', 'set_magic_quotes_runtime', 'display_errors',
'set_time_limit',
// Server configuration (e.g. Apache)