diff options
| -rw-r--r-- | php-malware-finder/whitelists/custom.yar | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/php-malware-finder/whitelists/custom.yar b/php-malware-finder/whitelists/custom.yar index 5f1dedb..594d25b 100644 --- a/php-malware-finder/whitelists/custom.yar +++ b/php-malware-finder/whitelists/custom.yar | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | /* Add your own rules here */ | 1 | /* Add your own rules here */ |
| 2 | import "hash" | 2 | import "hash" |
| 3 | 3 | ||
| 4 | /* remove me if you add rules | ||
| 5 | private rule Custom : Blog | 4 | private rule Custom : Blog |
| 6 | { | 5 | { |
| 7 | meta: | 6 | meta: |
| @@ -12,4 +11,3 @@ private rule Custom : Blog | |||
| 12 | hash.sha1(0, filesize) == "deadbeaf" | 11 | hash.sha1(0, filesize) == "deadbeaf" |
| 13 | } | 12 | } |
| 14 | 13 | ||
| 15 | remove me if you add rules */ | ||
