This is where you can scan a path for malware.
Parameter | Description |
---|---|
Scan Path | A directory path that you want to scan. |
Files created / modified last | Scan files created/modified in the last X days. |
Include regex | Include paths/files from file list based on supplied posix-egrep regular expression. |
Exclude regex | Exclude paths/files from file list based on supplied posix-egrep regular expression. |
Regex examples
// To include only paths named wp-content and files ending in .php
.*/wp-content/.*|.*.php$
// To exclude paths containing 'wp-content/w3tc/' and core files
.*wp-content/w3tc/.*|.*core.[0-9]+$
File | Description |
---|---|
/usr/local/maldetect/ignore_file_ext |
File extensions to ignore when scanning |
/usr/local/maldetect/ignore_sigs |
Signatures to ignore when scanning |
/usr/local/maldetect/ignore_paths |
Regex paths to ignore when scanning |