summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott C Wilson2019-07-03 05:01:52 -0400
committerjvoisin2019-07-03 09:01:52 +0000
commitcef31aa5caf83080f72e5e7f85249bd6633763e1 (patch)
tree6df515081b74697fde38b2345dad17f2f0169a6e
parente1f8541e719a25984e493717146c8901c2d4f5d5 (diff)
Fix some typos in the README
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index de5fb50..7f9b098 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ of [YARA](http://virustotal.github.io/yara/) rules. Yes, it's that simple!
55 55
56Instead of using an *hash-based* approach, 56Instead of using an *hash-based* approach,
57PMF tries as much as possible to use semantic patterns, to detect things like 57PMF tries as much as possible to use semantic patterns, to detect things like
58"a `$_GET` variable is decoded two times, unziped, 58"a `$_GET` variable is decoded two times, unzipped,
59and then passed to some dangerous function like `system`". 59and then passed to some dangerous function like `system`".
60 60
61## Installation 61## Installation
@@ -64,7 +64,7 @@ This is also possible via some Linux package managers:
64Debian: `sudo apt-get install yara` 64Debian: `sudo apt-get install yara`
65Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL)) 65Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL))
66 66
67- Download php-maleware-finder `git clone https://github.com/nbs-system/php-malware-finder.git` 67- Download php-malware-finder `git clone https://github.com/nbs-system/php-malware-finder.git`
68 68
69## How to use it? 69## How to use it?
70 70
@@ -90,7 +90,7 @@ whitelist system, and greedy regexps. Please note that if you plan to build
90yara from sources, libssl-dev must be installed on your system in order to 90yara from sources, libssl-dev must be installed on your system in order to
91have support for hashes. 91have support for hashes.
92 92
93Ho, and by the way, you can run the *comprehensive* testsuite with `make tests`. 93Oh, and by the way, you can run the *comprehensive* testsuite with `make tests`.
94 94
95## Whitelisting 95## Whitelisting
96 96