|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IScannerInsertionPointProvider
Extensions can implement this interface and then call
IBurpExtenderCallbacks.registerScannerInsertionPointProvider()
to register a factory for custom Scanner insertion points.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |