summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2016-02-05 18:47:06 +0100
committerjvoisin2016-02-05 18:47:06 +0100
commite5241047aef5b29957772f2dde425592cad78a95 (patch)
treeff4ea120fa4d74d776887a915f7632a775c539d1
parentec36f09e923f9f4b396a116ddcfc5cd8d6382367 (diff)
Update README.md
-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