summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--php-malware-finder/whitelists/custom.yar2
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 */
2import "hash" 2import "hash"
3 3
4/* remove me if you add rules
5private rule Custom : Blog 4private 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
15remove me if you add rules */