From 31cdbbd7a9fb0f60d9f9b5994e515c3b07d0c80d Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Wed, 21 Mar 2018 11:14:09 +0100 Subject: [PATCH] new pattern --- malware4.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/malware4.pl b/malware4.pl index 5006673..d1212ae 100644 --- a/malware4.pl +++ b/malware4.pl @@ -435,6 +435,8 @@ my @regexen = ( qr/<\?php\s+error\_reporting\(E\_ERROR\)\;.+?\$fp\=fopen\(\$filename\,\"w\"\)\;.+?echo\s+\"publish\s+success\"\;\s+\?>/is, qr/<\?php\s+array\_map\(\"ass.+?rt\"\,\(array\)\$\_REQUEST\[\'([A-z0-9]{1,20})\'\]\)\;\?>/is, qr/<\?php\s+\@eval\(\$\_POST\[\'([A-z0-9]{1,20})\'\]\)\;\?>/is, + qr/<\?php\s+\/\/header\(\'Content\-Type\:text\/html\;\s+charset\=utf\-8\'\)\;\s+\$.+?\=urldecode\(.+?\)\;exit\(\)\;\}\}.+?\]\(\)\;\?>/is, + );