mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
New signature to check GLOBALS usage, reported in #13
This commit is contained in:
@@ -86,4 +86,7 @@ eval\(\$[a-z0-9_]+\(\$_POST
|
||||
("[a-z0-9]+"\.chr\(\d+\)\.){3,}
|
||||
|
||||
# nested function call used variables
|
||||
\$[a-z]+\(\$[a-z0-9]+\(
|
||||
\$[a-z]+\(\$[a-z0-9]+\(
|
||||
|
||||
# GLOBALS inject with escaped content
|
||||
\$GLOBALS;\$\{"\\x
|
||||
|
||||
Reference in New Issue
Block a user