Burp Suite User Forum

Create new post

Burp Extension for Intruder Payload with multiple payload lists

Rishabh | Last updated: Nov 11, 2019 06:11AM UTC

Hi, I am working on creating a extension for burp suite where a user can choose from a list of payload lists [one list for angular payloads, one list for react payload] according to the framework of the application he is testing. But I am only able to create one payload list per extension using this code https://github.com/PortSwigger/example-intruder-payloads Can you please let me know if it is possible to create multiple lists of payloads lists for a intruder payload extension, if not possible can you create apis so that this would be made possible. Regards, Rishabh Upreti

Mike, PortSwigger Agent | Last updated: Nov 11, 2019 11:31AM UTC

Hi Rishabh, The method IBurpExtenderCallbacks.registerIntruderPayloadGeneratorFactory() allows you to register a factory to generate intruder payloads, which will be individually selectable in the intruder UI. The example that you have provided only registers one instance of a payload generator. For multiple payload lists you will need to register multiple payload generators.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.