[][src]Module zap_api::pscan

Functions

current_rule

Show information about the passive scan rule currently being run (if any).

disable_all_scanners

Disables all passive scanners

disable_scanners

Disables all passive scanners with the given IDs (comma separated list of IDs)

enable_all_scanners

Enables all passive scanners

enable_scanners

Enables all passive scanners with the given IDs (comma separated list of IDs)

max_alerts_per_rule

Gets the maximum number of alerts a passive scan rule should raise.

records_to_scan

The number of records the passive scanner still has to scan

scan_only_in_scope

This file was automatically generated. Tells whether or not the passive scan should be performed only on messages that are in scope.

scanners

Lists all passive scanners with its ID, name, enabled state and alert threshold.

set_enabled

Sets whether or not the passive scanning is enabled (Note: the enabled state is not persisted).

set_max_alerts_per_rule

Sets the maximum number of alerts a passive scan rule should raise.

set_scan_only_in_scope

Sets whether or not the passive scan should be performed only on messages that are in scope.

set_scanner_alert_threshold

Sets the alert threshold of the passive scanner with the given ID, accepted values for alert threshold: OFF, DEFAULT, LOW, MEDIUM and HIGH