summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 67dad30..dae03b9 100644
--- a/README.md
+++ b/README.md
@@ -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
66Please 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
68whitelist system.
69
66## Whitelisting 70## Whitelisting
67 71
68Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file. 72Check the [whitelist.yara]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yara ) file.