diff options
| author | Julien (jvoisin) Voisin | 2016-03-31 10:57:31 +0200 |
|---|---|---|
| committer | Julien (jvoisin) Voisin | 2016-03-31 11:00:50 +0200 |
| commit | b1f5377f011ff1eeab9bec96261667ed566c6fbe (patch) | |
| tree | 75c4cae8d836b628e530181b126559dd5a19d462 /README.md | |
| parent | e3b724a688ed658214660b28ed3763e8db9e3f96 (diff) | |
Update the documentation
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -55,12 +55,13 @@ of [YARA](https://plusvic.github.io/yara/) rules. Yes, it's that simple! | |||
| 55 | 55 | ||
| 56 | ``` | 56 | ``` |
| 57 | $ ./phpmalwarefinder -h | 57 | $ ./phpmalwarefinder -h |
| 58 | Usage phpmalwarefinder [-cfhw] <file|folder> ... | 58 | Usage phpmalwarefinder [-cfhtv] [-l (php|asp)] <file|folder> ... |
| 59 | -c Optional path to a configuration file | 59 | -c Optional path to a configuration file |
| 60 | -f Fast mode | 60 | -f Fast mode |
| 61 | -h Show this help message | 61 | -h Show this help message |
| 62 | -t Specify the number of threads to use (8 by default) | 62 | -t Specify the number of threads to use (8 by default) |
| 63 | -v Verbose mode | 63 | -v Verbose mode |
| 64 | -l Set language ('asp', 'php') | ||
| 64 | ``` | 65 | ``` |
| 65 | 66 | ||
| 66 | Or if you prefer to use `yara`: | 67 | Or if you prefer to use `yara`: |
