diff options
| author | Julien Voisin | 2016-02-03 14:52:46 +0100 |
|---|---|---|
| committer | Julien Voisin | 2016-02-03 14:52:46 +0100 |
| commit | 2b79a67fcc6d07ef6f439c2d8ae55171b3af8256 (patch) | |
| tree | de655df1502af7c94a40c6ab9a8282a95a53129a | |
| parent | 73dff540a49d75453fb78da0502360829cedfee7 (diff) | |
Add yara version requirement in the README file
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -63,6 +63,10 @@ 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 | ||
| 67 | [hashes]( https://yara.readthedocs.org/en/latest/modules/hash.html ) for the | ||
| 68 | whitelist system. | ||
| 69 | |||
| 66 | ## Whitelisting | 70 | ## Whitelisting |
| 67 | 71 | ||
| 68 | Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file. | 72 | Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file. |
