Skip to content
Daniele Linguaglossa edited this page Jan 8, 2018 · 1 revision

Vuln

Vuln is an enum-like class and it's used during the creation of passed test it's used to indicate the confidence with the vulnerability (firm, possible, certain)

Example

Create a passed test with certain confidence

Scanner.makePassedTest("Description", Utils.httpToString(base_request), Utils.httpToString(response), server, param, Vuln.CONFIDENCE_FIRM, Severity.INFO, plugin)

Enum

Below the list of available properties:

  • CONFIDENCE_CERTAIN
  • CONFIDENCE_POSSIBLE
  • CONFIDENCE_FIRM

Related Topics

Clone this wiki locally