| Modifier and Type | Method and Description |
|---|---|
List<IBurpCollaboratorInteraction> |
IBurpCollaboratorClientContext.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> |
IBurpCollaboratorClientContext.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> |
IBurpCollaboratorClientContext.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> |
IBurpCollaboratorClientContext.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.
|
Copyright © 2017. All rights reserved.