Commit 9920d5ab50329969085d102be1fa0f5a23db4599
1 parent
ebc48f39
Exists in
master
and in
7 other branches
correção no código
Showing
4 changed files
with
3 additions
and
2 deletions
Show diff stats
admin/admin.db
No preview for this file type
classesphp/pega_variaveis.php
... | ... | @@ -60,7 +60,7 @@ if (basename(__FILE__) == basename($_SERVER['SCRIPT_FILENAME'])){ |
60 | 60 | } |
61 | 61 | |
62 | 62 | error_reporting(0); |
63 | -$bl = array("_decode","php","eval","passthru","shell_exec","escapeshellarg","escapeshellcmd","proc_close","proc_open","dl","popen","contents","delete","drop","update","insert","exec","system",";"); | |
63 | +$bl = array("password","select","_decode","php","eval","passthru","shell_exec","escapeshellarg","escapeshellcmd","proc_close","proc_open","dl","popen","contents","delete","drop","update","insert","exec","system",";"); | |
64 | 64 | if (isset($_GET)) |
65 | 65 | { |
66 | 66 | foreach(array_keys($_GET) as $k) | ... | ... |
classesphp/sani_request.php
... | ... | @@ -3,7 +3,7 @@ if (basename(__FILE__) == basename($_SERVER['SCRIPT_FILENAME'])){ |
3 | 3 | exit; |
4 | 4 | } |
5 | 5 | error_reporting(0); |
6 | -$bl = array("_decode","php","eval","passthru","shell_exec","escapeshellarg","escapeshellcmd","proc_close","proc_open","dl","popen","contents","delete","drop","update","insert","exec","system",";"); | |
6 | +$bl = array("password","select","_decode","php","eval","passthru","shell_exec","escapeshellarg","escapeshellcmd","proc_close","proc_open","dl","popen","contents","delete","drop","update","insert","exec","system",";"); | |
7 | 7 | if (isset($_GET)){ |
8 | 8 | foreach(array_keys($_GET) as $k) { |
9 | 9 | $k = str_ireplace($bl,"",$k); | ... | ... |
ferramentas/vinde/wmsindejson.php