mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Signature update reported in #20
This commit is contained in:
@@ -345,3 +345,7 @@ $f1 = ".ht"; $f2 = "acc"; $f3 = "ess";
|
||||
/*;*/
|
||||
# web shells host type extraction
|
||||
php_uname()
|
||||
# decode content with basic rot13
|
||||
str_split(rawurldecode(str_rot13(
|
||||
# generating PHP file name to put content
|
||||
substr(md5(time()), 0, 8) . ".php"
|
||||
@@ -96,3 +96,6 @@ eval\(\$[a-z0-9_]+\(\$_POST
|
||||
|
||||
# web shells host type extraction RE
|
||||
php_uname\(["'asrvm]+\)
|
||||
|
||||
# XOR decode POST-ed payload
|
||||
(\^\s*\$\w+\[\$\w+\s*%\s*strlen\(\$\w+\)\]\s*){2,}
|
||||
Reference in New Issue
Block a user