summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu D2016-04-21 11:43:51 +0200
committerMathieu D2016-04-21 11:43:51 +0200
commit7b5c5fd07fc4ff832f3e104f0bc6689073295ba5 (patch)
treefafbb44f2f0796c77bc3896da866ebbd4dd31859
parentb2fc542557d08570faa0dd077d07277c626ddc1b (diff)
fix links in the readme
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 0cb901a..73ffb8d 100644
--- a/README.md
+++ b/README.md
@@ -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
49Detection is performed by crawling the filesystem and testing files against a 49Detection 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)
51of [YARA](https://plusvic.github.io/yara/) rules. Yes, it's that simple! 51of [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
82Check the [whitelist.yar]( https://github.com/nbs-system/php-malware-finder/blob/master/whitelist.yar ) file. 82Check the [whitelist.yar](https://github.com/nbs-system/php-malware-finder/blob/master/php-malware-finder/whitelist.yar) file.
83If you're lazy, you can generate whitelists for entire folders with the 83If 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
88PHP-malware-finder is [licensed]( https://github.com/nbs-system/php-malware-finder/blob/master/LICENSE ) under the GNU General Public License v3. 88PHP-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
90The _amazing_ YARA project is licensed under the Apache v2.0 license. 90The _amazing_ YARA project is licensed under the Apache v2.0 license.
91 91