summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 79aac5b..d12d522 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,8 @@ Please keep in mind that you should use at least YARA 3.4 because we're using
67[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the 67[hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the
68whitelist system, and greedy regexps. 68whitelist system, and greedy regexps.
69 69
70Ho, and by the way, you can run the comprehensive testsuite with `make test`.
71
70## Whitelisting 72## Whitelisting
71 73
72Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file. 74Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file.