mirror of
https://github.com/scr34m/php-malware-scanner.git
synced 2026-06-16 12:30:35 +00:00
Separate patterns from code
This commit is contained in:
@@ -21,6 +21,11 @@ Usage scan.php -d <directory> [-i=<directory|file>] [-e=.php] [--hide-ok] [--hid
|
||||
|
||||
Ignore argument could be used multiple times and accept glob style matching ex.: "cache*", "??-cache.php" or "/cache" etc.
|
||||
|
||||
Patterns
|
||||
--------
|
||||
|
||||
There are two different pattern source, each line in these files is a patter so patterns_raw.txt lines searched as-is, patterns_re.txt used with preg_match function.
|
||||
|
||||
Whitelisting
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user