| Modifier and Type | Method and Description |
|---|---|
IScanIssue[] |
IScanQueueItem.getIssues()
This method returns details of the issues generated for the scan queue
item.
|
IScanIssue[] |
IBurpExtenderCallbacks.getScanIssues(String urlPrefix)
This method returns all of the current scan issues for URLs matching the
specified literal prefix.
|
IScanIssue[] |
IContextMenuInvocation.getSelectedIssues()
This method can be used to retrieve details of the Scanner issues that
were selected by the user when the context menu was invoked.
|
| Modifier and Type | Method and Description |
|---|---|
List<IScanIssue> |
IScannerCheck.doActiveScan(IHttpRequestResponse baseRequestResponse,
IScannerInsertionPoint insertionPoint)
The Scanner invokes this method for each insertion point that is actively
scanned.
|
List<IScanIssue> |
IScannerCheck.doPassiveScan(IHttpRequestResponse baseRequestResponse)
The Scanner invokes this method for each base request / response that is
passively scanned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBurpExtenderCallbacks.addScanIssue(IScanIssue issue)
This method is used to register a new Scanner issue.
|
int |
IScannerCheck.consolidateDuplicateIssues(IScanIssue existingIssue,
IScanIssue newIssue)
The Scanner invokes this method when the custom Scanner check has
reported multiple issues for the same URL path.
|
void |
IBurpExtenderCallbacks.generateScanReport(String format,
IScanIssue[] issues,
File file)
This method is used to generate a report for the specified Scanner
issues.
|
void |
IScannerListener.newScanIssue(IScanIssue issue)
This method is invoked when a new issue is added to Burp Scanner's
results.
|
Copyright © 2017. All rights reserved.