Skip to content

Commit 08214fc

Browse files
committedApr 3, 2020
Fix php-malware-finder for yara > 4.0.0
1 parent 8c6c048 commit 08214fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎php-malware-finder/php.yar

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private rule IRC
206206
5 of them
207207
}
208208

209-
private rule base64
209+
private rule b64
210210
{
211211
strings:
212212
$user_agent = "SFRUUF9VU0VSX0FHRU5UCg"
@@ -268,7 +268,7 @@ private rule strrev
268268
rule SuspiciousEncoding
269269
{
270270
condition:
271-
(base64 or hex or strrev or Hpack) and not IsWhitelisted
271+
(b64 or hex or strrev or Hpack) and not IsWhitelisted
272272
}
273273

274274
rule DodgyStrings

0 commit comments

Comments
 (0)
Failed to load comments.