The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Need info for creating custom intruder gui

Vishal | Last updated: Jun 27, 2017 08:33AM UTC

Hello All, I am working on a extension development which has a requirement for custom UI for intruder tab with default intruder functionalities (i.e. the ui is only different, core functionality will be same as intruder tab). Is it possible to override the intruder methods to create same functionality and display in my custom UI?

PortSwigger Agent | Last updated: Jun 27, 2017 08:34AM UTC

There are some interfaces to control Intruder behavior, such as IIntruderAttack. However, not all the features are exposed, so it would be difficult to create an alternate UI.

Burp User | Last updated: Jun 28, 2017 08:30AM UTC

Hi Paul, Thank you for the information. So does that mean i would have to create the implementation code for the same, correct? Can i start attack using my custom ui? Are there any methods available to do so? I have tried to search the API documentation and some sample codes but with no success.

PortSwigger Agent | Last updated: Jun 28, 2017 08:39AM UTC