Interface CollaboratorPayload


public interface CollaboratorPayload
Burp Collaborator payload.
  • Method Details

    • id

      Payload's interaction id.
      Returns:
      The interaction id of the payload.
    • customData

      Optional<String> customData()
      Custom data from the payload.
      Returns:
      The payload's custom data.
    • server

      Optional instance of CollaboratorServer describing the server location for this payload. If the payload was generated without the server location this method will return an empty Optional.
      Returns:
      Details of the collaborator server referenced in the payload or empty if the payload was generated without the server location.
    • toString

      String toString()
      The payload.
      Overrides:
      toString in class Object
      Returns:
      The payload string.