diff --git a/README.md b/README.md index b169be3..1177eac 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,23 @@ How to use? ----------- ``` -$ php ./scan.php -h -Usage scan.php -d [-i=] [-e=.php] [--hide-ok] [--hide-whitelist] - -d Directory for searching - -e=.php Extension - -i= Directory of file to igonre - --hide-ok Hide OK aka not infected messages - --hide-whitelist Hide whitelisted messages - --extra-check Adds GoogleBot and htaccess to Scan List - --follow-symlink Follow symlinked directories +Usage: php scan.php -d + -h --help Show this help message + -d --directory Directory for searching + -e --extension File Extension to Scan + -i --ignore Directory of file to ignore + -a --all-output Enables --checksum,--comment,--pattern,--time + -b --base64 Scan for base64 encoded PHP keywords + -m --checksum Display MD5 Hash/Checksum of file + -c --comment Display comments for matched patterns + -x --extra-check Adds GoogleBot and htaccess to Scan List + -l --follow-symlink Follow symlinked directories + -k --hide-ok Hide results with 'OK' status + -w --hide-whitelist Hide results with 'WL' status + -n --no-color Disable color mode + -s --no-stop Continue scanning file after first hit + -p --pattern Show Patterns next to the file name + -t --time Show time of last file change ``` Ignore argument could be used multiple times and accept glob style matching ex.: "cache*", "??-cache.php" or "/cache" etc.