Package burp.api.montoya.intruder
-
Interface Summary Interface Description AttackConfiguration This interface is used to represent an Intruder attack configuration.HttpRequestTemplate This interface is used to represent an Intruder request template, which contains the HTTP request and insertion point offsets.Intruder This interface provides access to the functionality of the Burp Intruder tool.IntruderInsertionPoint This interface is used to represent an Intruder insertion point for attack payloads.Payload This interface represents an Intruder payload.PayloadGenerator This interface is used for custom Intruder payload generators.PayloadGeneratorProvider Extensions can implement this interface and then callIntruder.registerPayloadGeneratorProvider(burp.api.montoya.intruder.PayloadGeneratorProvider)to register a provider for custom Intruder payload generators.PayloadProcessingResult An instance of this interface should be returned byPayloadProcessor.processPayload(burp.api.montoya.intruder.Payload, burp.api.montoya.intruder.Payload, burp.api.montoya.intruder.IntruderInsertionPoint)if a customPayloadProcessorwas registered with Intruder.PayloadProcessor Extensions can implement this interface and then callIntruder.registerPayloadProcessor(burp.api.montoya.intruder.PayloadProcessor)to register a custom Intruder payload processor. -
Enum Summary Enum Description PayloadProcessingAction An enum to describe instructions that the payload processor can give Intruder for the current payload.