Package burp.api.montoya.scanner.scancheck
package burp.api.montoya.scanner.scancheck
-
ClassDescriptionExtensions can implement this interface, then call
Scanner.registerActiveScanCheck(ActiveScanCheck, ScanCheckType)
to register a custom active scan check.Extensions can implement this interface, then callScanner.registerPassiveScanCheck(PassiveScanCheck, ScanCheckType)
to register a custom passive scan check.The type of scan check (ActiveScanCheck
orPassiveScanCheck
) that will be run.