-
Notifications
You must be signed in to change notification settings - Fork 61
Vuln
Daniele Linguaglossa edited this page Jan 8, 2018
·
1 revision
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)
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)
Below the list of available properties:
- CONFIDENCE_CERTAIN
- CONFIDENCE_POSSIBLE
- CONFIDENCE_FIRM