Burp Suite User Forum

Create new post

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

Hi Vishal, You can use sendToIntruder on IBurpExtenderCallbacks to begin configuration of an attack. The user still needs to setup payloads and start the attack. We do have a long-term plan to refactor the extension API and expose even more functionality to extensions. Good luck coding your extension!

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