summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dae03b9..79aac5b 100644
--- a/README.md
+++ b/README.md
@@ -63,9 +63,9 @@ Or if you prefer to use `yara`:
63$ yara -r ./malwares.yara /var/www 63$ yara -r ./malwares.yara /var/www
64``` 64```
65 65
66Please keep in mind that you should use at least YARA 3.2 because we're using 66Please 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. 68whitelist system, and greedy regexps.
69 69
70## Whitelisting 70## Whitelisting
71 71