summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien (jvoisin) Voisin2016-06-16 13:14:45 +0200
committerJulien (jvoisin) Voisin2016-06-16 13:14:45 +0200
commit94ebe7c23c60e9b15fed69feca34a11344692547 (patch)
tree0807e29d3330d3b6c3ba92b9080fb5c15677ef23
parentf64970d0cf4c66158d023d8e60edcc4e336d7692 (diff)
The cloudflare rule is a public one
-rw-r--r--php-malware-finder/php.yar2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-malware-finder/php.yar b/php-malware-finder/php.yar
index 60e877f..50dcf98 100644
--- a/php-malware-finder/php.yar
+++ b/php-malware-finder/php.yar
@@ -33,7 +33,7 @@ global private rule IsPhp
33 $php and filesize < 5MB 33 $php and filesize < 5MB
34} 34}
35 35
36private rule CloudFlareBypass 36rule CloudFlareBypass
37{ 37{
38 strings: 38 strings:
39 $ = "chk_jschl" 39 $ = "chk_jschl"