diff options
Diffstat (limited to 'README.md')
| -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`: |
