Interface CollaboratorClient

All Superinterfaces:
CollaboratorPayloadGenerator

public interface CollaboratorClient extends CollaboratorPayloadGenerator
Burp Collaborator client that can be used to generate Burp Collaborator payloads and poll the Collaborator server for any network interactions that result from using those payloads. Extensions can obtain new instances of this class by calling Collaborator.createClient().

Note that each Burp Collaborator client is tied to the Collaborator server configuration that was in place at the time the client was created.