|
5 | 5 | return [
|
6 | 6 | 'exec' => [['shell']],
|
7 | 7 | 'create_function' => [['text'], ['eval']],
|
8 |
| -'file_get_contents' => [['text']], |
9 |
| -'file_put_contents' => [['shell']], |
10 |
| -'fopen' => [['shell']], |
11 |
| -'header' => [['text']], |
| 8 | +'file_get_contents' => [['file']], |
| 9 | +'file_put_contents' => [['file']], |
| 10 | +'fopen' => [['file']], |
| 11 | +'unlink' => [['file']], |
| 12 | +'copy' => [['file'], ['file']], |
| 13 | +'file' => [['file']], |
| 14 | +'link' => [['file'], ['file']], |
| 15 | +'mkdir' => [['file']], |
| 16 | +'move_uploaded_file' => [['file'], ['file']], |
| 17 | +'parse_ini_file' => [['file']], |
| 18 | +'chown' => [['file']], |
| 19 | +'lchown' => [['file']], |
| 20 | +'readfile' => [['file']], |
| 21 | +'rename' => [['file'], ['file']], |
| 22 | +'rmdir' => ['file'], |
| 23 | +'header' => [['header']], |
| 24 | +'symlink' => [['file']], |
| 25 | +'tempnam' => [['file']], |
12 | 26 | 'igbinary_unserialize' => [['unserialize']],
|
13 | 27 | 'ldap_search' => [[], ['ldap'], ['ldap']],
|
14 | 28 | 'mysqli_query' => [[], ['sql']],
|
|
35 | 49 | 'pg_send_prepare' => [[], [], ['sql']],
|
36 | 50 | 'pg_send_query' => [[], ['sql']],
|
37 | 51 | 'pg_send_query_params' => [[], ['sql'], []],
|
38 |
| -'setcookie' => [['text'], ['text']], |
| 52 | +'setcookie' => [['cookie'], ['cookie']], |
39 | 53 | 'shell_exec' => [['shell']],
|
40 | 54 | 'system' => [['shell']],
|
41 | 55 | 'unserialize' => [['unserialize']],
|
|
0 commit comments