public interface IBurpCollaboratorClientContext
IBurpExtenderCallbacks.createBurpCollaboratorClientContext().
Note that each Burp Collaborator client context is tied to the Collaborator
server configuration that was in place at the time the context was created.| Modifier and Type | Method and Description |
|---|---|
List<IBurpCollaboratorInteraction> |
fetchAllCollaboratorInteractions()
This method is used to retrieve all interactions received by the
Collaborator server resulting from payloads that were generated for this
context.
|
List<IBurpCollaboratorInteraction> |
fetchAllInfiltratorInteractions()
This method is used to retrieve all interactions made by Burp Infiltrator
instrumentation resulting from payloads that were generated for this
context.
|
List<IBurpCollaboratorInteraction> |
fetchCollaboratorInteractionsFor(String payload)
This method is used to retrieve interactions received by the Collaborator
server resulting from a single payload that was generated for this
context.
|
List<IBurpCollaboratorInteraction> |
fetchInfiltratorInteractionsFor(String payload)
This method is used to retrieve interactions made by Burp Infiltrator
instrumentation resulting from a single payload that was generated for
this context.
|
String |
generatePayload(boolean includeCollaboratorServerLocation)
This method is used to generate new Burp Collaborator payloads.
|
String |
getCollaboratorServerLocation()
This method is used to retrieve the network location of the Collaborator
server.
|
String generatePayload(boolean includeCollaboratorServerLocation)
includeCollaboratorServerLocation - Specifies whether to include the
Collaborator server location in the generated payload.List<IBurpCollaboratorInteraction> fetchAllCollaboratorInteractions()
List<IBurpCollaboratorInteraction> fetchCollaboratorInteractionsFor(String payload)
payload - The payload for which interactions will be retrieved.List<IBurpCollaboratorInteraction> fetchAllInfiltratorInteractions()
List<IBurpCollaboratorInteraction> fetchInfiltratorInteractionsFor(String payload)
payload - The payload for which interactions will be retrieved.String getCollaboratorServerLocation()
Copyright © 2017. All rights reserved.