Class ProxyWebSocketIndexReporter

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

public final class ProxyWebSocketIndexReporter extends Object
Pushes Proxy WebSocket history items to the traffic index. Initial snapshot on Start, then every 30s only new messages (by websocket/message id).
  • Method Details

    • start

      public static void start()
    • stop

      public static void stop()
      Stops the periodic scheduler and clears per-session reporter state.

      Safe to call from any thread. The next start() call creates a fresh scheduler.

    • pushSnapshotNow

      public static void pushSnapshotNow()