New option to disable statistics

This commit is contained in:
Gabor Gyorvari
2019-05-28 09:17:11 +02:00
parent 8030cec89f
commit b290826f82
3 changed files with 18 additions and 3 deletions

View File

@@ -35,6 +35,7 @@ Usage: php scan.php -d <directory>
-o --output-format Custom defined output format
-j --wordpress-version Version of wordpress to get md5 signatures
--combined-whitelist Combined whitelist
--disable-stats Disable statistics output
```
Ignore argument could be used multiple times and accept glob style matching ex.: "`cache*`", "`??-cache.php`" or "`/cache`" etc.