Package burp.api.montoya.collaborator
Interface CollaboratorPayloadGenerator
- All Known Subinterfaces:
CollaboratorClient
public interface CollaboratorPayloadGenerator
Burp Collaborator payload generator
that can be used to generate Burp Collaborator payloads.
-
Method Summary
Modifier and TypeMethodDescriptiongeneratePayload
(PayloadOption... options) Generate new Burp Collaborator payloads.
-
Method Details
-
generatePayload
Generate new Burp Collaborator payloads. Options can be specified to alter the way the payloads are generated. If no options are specified, generated payloads will include the server location.- Parameters:
options
- The optional payload options to apply- Returns:
- The generated payload.
- Throws:
IllegalStateException
- if Burp Collaborator is disabled
-