Class ProxyHistoryIndexReporter

java.lang.Object
ai.attackframework.tools.burp.sinks.ProxyHistoryIndexReporter

public final class ProxyHistoryIndexReporter extends Object
Pushes Proxy History items to the traffic index once when Start is clicked and "Proxy History" is selected. Runs in the background in batches; no recurring push. For ongoing traffic after that, use Proxy. Respects scope (All / Burp / Custom).
  • Method Details

    • pushSnapshotNow

      public static void pushSnapshotNow()
      Schedules a one-time push of all current proxy history items (on Start), after a short delay.

      Safe to call from any thread; work runs on a background thread. No-op if export is not running, no sink is enabled, or PROXY_HISTORY is not selected.