public interface IScannerInsertionPointProvider
IBurpExtenderCallbacks.registerScannerInsertionPointProvider()
to register a factory for custom Scanner insertion points.Modifier and Type | Method and Description |
---|---|
java.util.List<IScannerInsertionPoint> |
getInsertionPoints(IHttpRequestResponse baseRequestResponse)
When a request is actively scanned, the Scanner will invoke this method,
and the provider should provide a list of custom insertion points that
will be used in the scan.
|
java.util.List<IScannerInsertionPoint> getInsertionPoints(IHttpRequestResponse baseRequestResponse)
baseRequestResponse
- The base request that will be actively
scanned.IScannerInsertionPoint
objects that should be used in the
scanning, or
null
if no custom insertion points are applicable for this
request.