File: todo.db

package info (click to toggle)
graudit 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: sh: 1,134; makefile: 82; php: 62; jsp: 24
file content (23 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Otherstuffs
header[[:space:]]*\(.*\$_(GET|POST|REQUEST|COOKIE).*\)
eval[[:space:]]*\([[:space:]]*.\$.*[[:space:]]*\)
file[[:space:]]*\(.\$.*\)
file_get_contents[[:space:]]*\(.\$.*\)
fopen[[:space:]]*\(.*\$.*\)
p?fsockopen[[:space:]]*\(.*\)
stream_context_create[[:space:]]*\(.*\)
fwrite
move_uploaded_file[[:space:]]*\(.*\)
stream_
create_function[[:space:]]*\(.*\)
mail[[:space:]]*\(.\$.*\)
include[[:space:]]*\(.*\$.*\)
include_once[[:space:]]*\(.*\$.*\)
preg_replace[[:space:]]*\(.\$*\)
preg_match[[:space:]]*\(.*
readfile[[:space:]]*\(.\$.*\)
require[[:space:]]*\(.*\$.*\)
require_once[[:space:]]*\(.*\$.*\)
# Stefan Esser's research
unserialize[[:space:]]*\(.*\)
unserialize_callback_func