Skip to content

ScanType

Daniele Linguaglossa edited this page Jan 8, 2018 · 3 revisions

ScanType

ScanType is an enum-like class and it's used during the plugin initialization to specify the plugin risk (invasive, mid-invasive and not invasive)

Example

Register an invasive plugin

Scanner.registerPlugin("plugin-name", "Plugin Descritpion", ScanType.RISK_INVASIVE)

Enum

Below the list of available properties:

  • RISK_INVASIVE
  • RISK_MID_INVASIVE
  • RISK_NOT_INVASIVE

Related Topics

Clone this wiki locally