Added support for scanning a space separated list of files, directories and globs. See POD for RESOURCE for more information
Updated POD to remove line splitting for sample commands
Improvements to Universal decoder
Modified Universal decoder to report bayes score (–[no]bayes)
New –options [r]. This will trigger a match for the universal decoder regex used by –options [D] when decoding scripts. This is now added to the default –options [options] string. This reports as “r” during a scan
Modified reporting behaviour where –options [R] was reporting during a scan as “m” so that it now reports as “R”
Note: If you are using –script [script] then the above two changes may require modifications to your [script] file
Added a new Universal decoder. This attempts brute-force against PHP scripts containing base64 data and can greatly improve decoding performance over other included decoders
Improved recent advanced decoder
Perl module Compress::Zlib added to requirements (should be installed by default with perl)