|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IIntruderPayloadGeneratorFactory
Extensions can implement this interface and then call
IBurpExtenderCallbacks.registerIntruderPayloadGeneratorFactory()
to register a factory for custom Intruder payloads.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |