diff options
| author | Scott C Wilson | 2019-07-03 05:01:52 -0400 |
|---|---|---|
| committer | jvoisin | 2019-07-03 09:01:52 +0000 |
| commit | cef31aa5caf83080f72e5e7f85249bd6633763e1 (patch) | |
| tree | 6df515081b74697fde38b2345dad17f2f0169a6e /README.md | |
| parent | e1f8541e719a25984e493717146c8901c2d4f5d5 (diff) | |
Fix some typos in the README
Diffstat (limited to '')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -55,7 +55,7 @@ of [YARA](http://virustotal.github.io/yara/) rules. Yes, it's that simple! | |||
| 55 | 55 | ||
| 56 | Instead of using an *hash-based* approach, | 56 | Instead of using an *hash-based* approach, |
| 57 | PMF tries as much as possible to use semantic patterns, to detect things like | 57 | PMF 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, |
| 59 | and then passed to some dangerous function like `system`". | 59 | and 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: | |||
| 64 | Debian: `sudo apt-get install yara` | 64 | Debian: `sudo apt-get install yara` |
| 65 | Red Hat: `yum install yara` (requires the [EPEL repository](https://fedoraproject.org/wiki/EPEL)) | 65 | Red 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 | |||
| 90 | yara from sources, libssl-dev must be installed on your system in order to | 90 | yara from sources, libssl-dev must be installed on your system in order to |
| 91 | have support for hashes. | 91 | have support for hashes. |
| 92 | 92 | ||
| 93 | Ho, and by the way, you can run the *comprehensive* testsuite with `make tests`. | 93 | Oh, and by the way, you can run the *comprehensive* testsuite with `make tests`. |
| 94 | 94 | ||
| 95 | ## Whitelisting | 95 | ## Whitelisting |
| 96 | 96 | ||
