Package burp.api.montoya.intruder
package burp.api.montoya.intruder
-
ClassDescriptionIntruder attack configuration.Intruder payload.Intruder request template, which contains the HTTP request and insertion point offsets.Options that can be used to generate a new HttpRequestTemplate.Provides access to the functionality of the Burp Intruder tool.Intruder insertion point for attack payloads.Contains information about the payloadIntruder payload generator.Extensions can implement this interface and then call
Intruder.registerPayloadGeneratorProvider(burp.api.montoya.intruder.PayloadGeneratorProvider)
to register a provider for custom Intruder payload generators.Instructions that the payload processor can give Intruder for the current payload.An instance of this interface should be returned byPayloadProcessor.processPayload(burp.api.montoya.intruder.PayloadData)
if a customPayloadProcessor
was registered with Intruder.Extensions can implement this interface and then callIntruder.registerPayloadProcessor(burp.api.montoya.intruder.PayloadProcessor)
to register a custom Intruder payload processor.