Interface Collaborator


public interface Collaborator
Provides access to the facilities of Burp Collaborator.
  • Method Details

    • createClient

      CollaboratorClient createClient()
      Create a new 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.
      Returns:
      A new instance of CollaboratorClient that can be used to generate Collaborator payloads and retrieve interactions.
    • restoreClient

      CollaboratorClient restoreClient(SecretKey secretKey)
      Restore a CollaboratorClient from a previous session. This allows you to retrieve the interactions that were identified from a specific payloads.
      Parameters:
      secretKey - The key to restore the CollaboratorClient from the previous session.
      Returns:
      A new instance of CollaboratorClient that can be used to generate Collaborator payloads and retrieve interactions.