public interface IScannerListener
IBurpExtenderCallbacks.registerScannerListener()
to register a
Scanner listener. The listener will be notified of new issues that are
reported by the Scanner tool. Extensions can perform custom analysis or
logging of Scanner issues by registering a Scanner listener.Modifier and Type | Method and Description |
---|---|
void |
newScanIssue(IScanIssue issue)
This method is invoked when a new issue is added to Burp Scanner's
results.
|
void newScanIssue(IScanIssue issue)
issue
- An
IScanIssue
object that the extension can query to obtain
details about the new issue.