diff options
| -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 | ||
