Skip to content

Release 0.5.2.75

Compare
Choose a tag to compare
@marcocesarato marcocesarato released this 05 Oct 21:21
· 297 commits to master since this release
  • Add auto prompt flags
--auto-prompt=""             - Set auto prompt command ex. --auto-prompt="1" (alias of auto-delete) 

--auto-clean                 - Auto clean code (without confirmation, CARE could be DANGEROUS)
--auto-clean-line            - Auto clean line code (without confirmation, CARE could be DANGEROUS)
--auto-delete                - Auto delete infected (without confirmation, CARE could be DANGEROUS)
--auto-quarantine            - Auto quarantine
--auto-skip                  - Auto skip
  • Add path filter and ignore
--ignore-path/s=""           - Ignore path/s, for multiple value separate with comma
                               Wildcards are enabled ex. /path/*/cache or /path/*.log
--filter-path/s=""           - Filter path/s, for multiple value separate with comma
                               Wildcards are enabled ex. /path/*/htdocs or /path/*.php