| Modifier and Type | Method and Description |
|---|---|
List<IScannerCheck> |
IBurpExtenderCallbacks.getScannerChecks()
This method is used to retrieve the Scanner checks that are registered by
the extension.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.registerScannerCheck(IScannerCheck check)
This method is used to register a custom Scanner check.
|
void |
IBurpExtenderCallbacks.removeScannerCheck(IScannerCheck check)
This method is used to remove a Scanner check that has been registered by
the extension.
|
Copyright © 2017. All rights reserved.