diff options
| author | jvoisin | 2016-02-05 18:47:06 +0100 |
|---|---|---|
| committer | jvoisin | 2016-02-05 18:47:06 +0100 |
| commit | e5241047aef5b29957772f2dde425592cad78a95 (patch) | |
| tree | ff4ea120fa4d74d776887a915f7632a775c539d1 /README.md | |
| parent | ec36f09e923f9f4b396a116ddcfc5cd8d6382367 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 66 | Please keep in mind that you should use at least YARA 3.2 because we're using | 66 | 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 |
| 68 | whitelist system. | 68 | whitelist system, and greedy regexps. |
| 69 | 69 | ||
| 70 | ## Whitelisting | 70 | ## Whitelisting |
| 71 | 71 | ||
