mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Nested function call pattern update
This commit is contained in:
@@ -391,5 +391,6 @@ Array("1207", "3gso", "4thp", "501i", "502i", "503i", "504i", "505i", "506i",
|
||||
# eval url decoded string
|
||||
eval(rawurldecode('
|
||||
|
||||
# simple obfuscated gzuncompress
|
||||
'gz'.'unc'.'ompress'
|
||||
# simple obfuscated function
|
||||
'gz'.'unc'.'ompress'
|
||||
'create'.'_'.'function'
|
||||
@@ -95,7 +95,7 @@ eval\(\$[a-z0-9_]+\(\$_POST
|
||||
("[a-z0-9]+"\.chr\(\d+\)\.){3,}
|
||||
|
||||
# nested function call used variables
|
||||
\$[a-z]+\(\$[a-z0-9]+\(
|
||||
\$[a-z0-9_]+\(\$[a-z0-9_]+\(
|
||||
|
||||
# GLOBALS inject with escaped content
|
||||
\$GLOBALS;\$\{"\\x
|
||||
|
||||
Reference in New Issue
Block a user