You can enable or disable the Anti-Phishing engine. The Anti-Phishing module is enabled by default.
To enable or disable the Anti-Phishing engine:
ScanLogic
task settings to an XML file using the command:# /opt/kaspersky/klms/bin/klms-control \
--get-settings <
ScanLogic task ID> -f <
name of the settings file>
or
--get-settings ScanLogic -n -f <
name of the settings file>
ScanLogic
task to edit the task settings.<apScanSettings>
section, specify one of the following values for the <enableScan>
setting:1
, to enable the Anti-Phishing engine;0
, to disable the Anti-Phishing engine.By default, the value is set to 1
.
# /opt/kaspersky/klms/bin/klms-control \
--set-settings <ScanLogic task ID> -f <settings file name>
or
--set-settings ScanLogic -n -f <settings file name>