public interface IIntruderPayloadGeneratorFactory
IBurpExtenderCallbacks.registerIntruderPayloadGeneratorFactory()
to register a factory for custom Intruder payloads.Modifier and Type | Method and Description |
---|---|
IIntruderPayloadGenerator |
createNewInstance(IIntruderAttack attack)
This method is used by Burp when the user starts an Intruder attack that
uses this payload generator.
|
java.lang.String |
getGeneratorName()
This method is used by Burp to obtain the name of the payload generator.
|
java.lang.String getGeneratorName()
IIntruderPayloadGenerator createNewInstance(IIntruderAttack attack)
attack
- An
IIntruderAttack
object that can be queried to obtain details
about the attack in which the payload generator will be used.IIntruderPayloadGenerator
that will be used to generate
payloads for the attack.