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.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 customPayloadProcessorwas registered with Intruder.Extensions can implement this interface and then callIntruder.registerPayloadProcessor(burp.api.montoya.intruder.PayloadProcessor)to register a custom Intruder payload processor.