mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Signature update reported in #25
This commit is contained in:
@@ -352,4 +352,8 @@ substr(md5(time()), 0, 8) . ".php"
|
||||
|
||||
# webshell
|
||||
0byt3m1n1
|
||||
ZeroByte
|
||||
ZeroByte
|
||||
|
||||
# obfuscated function name
|
||||
'str_' .'rot13'
|
||||
'st' .'rrev'
|
||||
@@ -98,4 +98,7 @@ eval\(\$[a-z0-9_]+\(\$_POST
|
||||
php_uname\(["'asrvm]+\)
|
||||
|
||||
# XOR decode POST-ed payload
|
||||
(\^\s*\$\w+\[\$\w+\s*%\s*strlen\(\$\w+\)\]\s*){2,}
|
||||
(\^\s*\$\w+\[\$\w+\s*%\s*strlen\(\$\w+\)\]\s*){2,}
|
||||
|
||||
# uncommon function name underscore with many numbers
|
||||
function\s+_[0-9]{8,}\(
|
||||
Reference in New Issue
Block a user