diff options
| author | Julien (jvoisin) Voisin | 2016-06-16 13:14:45 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-06-16 13:14:45 +0200 |
| commit | 94ebe7c23c60e9b15fed69feca34a11344692547 (patch) | |
| tree | 0807e29d3330d3b6c3ba92b9080fb5c15677ef23 | |
| parent | f64970d0cf4c66158d023d8e60edcc4e336d7692 (diff) | |
The cloudflare rule is a public one
| -rw-r--r-- | php-malware-finder/php.yar | 2 |
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 | ||
| 36 | private rule CloudFlareBypass | 36 | rule CloudFlareBypass |
| 37 | { | 37 | { |
| 38 | strings: | 38 | strings: |
| 39 | $ = "chk_jschl" | 39 | $ = "chk_jschl" |
