diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -47,7 +47,7 @@ both) category, and should re-read the previous sentence. | |||
| 47 | ## How does it work? | 47 | ## How does it work? |
| 48 | 48 | ||
| 49 | Detection is performed by crawling the filesystem and testing files against a | 49 | Detection is performed by crawling the filesystem and testing files against a |
| 50 | [set]( https://github.com/nbs-system/php-malware-finder/blob/master/php.yar ) | 50 | [set](https://github.com/nbs-system/php-malware-finder/blob/master/php-malware-finder/php.yar) |
| 51 | of [YARA](https://plusvic.github.io/yara/) rules. Yes, it's that simple! | 51 | of [YARA](https://plusvic.github.io/yara/) rules. Yes, it's that simple! |
| 52 | 52 | ||
| 53 | 53 | ||
| @@ -79,13 +79,13 @@ Ho, and by the way, you can run the comprehensive testsuite with `make test`. | |||
| 79 | 79 | ||
| 80 | ## Whitelisting | 80 | ## Whitelisting |
| 81 | 81 | ||
| 82 | Check the [whitelist.yar]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yar ) file. | 82 | Check the [whitelist.yar](https://github.com/nbs-system/php-malware-finder/blob/master/php-malware-finder/whitelist.yar) file. |
| 83 | If you're lazy, you can generate whitelists for entire folders with the | 83 | If you're lazy, you can generate whitelists for entire folders with the |
| 84 | [generate_whitelist.py]( https://github.com/nbs-system/php-malware-finder/blob/master/generate_whitelist.py ) script. | 84 | [generate_whitelist.py](https://github.com/nbs-system/php-malware-finder/blob/master/php-malware-finder/generate_whitelist.py) script. |
| 85 | 85 | ||
| 86 | ## Licensing | 86 | ## Licensing |
| 87 | 87 | ||
| 88 | PHP-malware-finder is [licensed]( https://github.com/nbs-system/php-malware-finder/blob/master/LICENSE ) under the GNU General Public License v3. | 88 | PHP-malware-finder is [licensed](https://github.com/nbs-system/php-malware-finder/blob/master/php-malware-finder/LICENSE) under the GNU General Public License v3. |
| 89 | 89 | ||
| 90 | The _amazing_ YARA project is licensed under the Apache v2.0 license. | 90 | The _amazing_ YARA project is licensed under the Apache v2.0 license. |
| 91 | 91 | ||
