Interface AuditInsertionPointProvider

    • Method Detail

      • provideInsertionPoints

        java.util.List<ExtensionGeneratedAuditInsertionPoint> provideInsertionPoints​(HttpRequestResponse baseHttpRequestResponse)
        The Scanner invokes this method when a request is actively audited. The provider should provide a list of custom insertion points that will be used in the audit. Note: these insertion points are used in addition to those that are derived from Burp Scanner's configuration, and those provided by any other Burp extensions.
        Parameters:
        baseHttpRequestResponse - The base HttpRequestResponse that will be actively audited.
        Returns:
        A list of ExtensionGeneratedAuditInsertionPoint objects that should be used in the audit, or null if no custom insertion points are applicable for this request.