Burp Suite User Forum

Create new post

Making a custom extender interface

Manuel | Last updated: Sep 19, 2019 04:35PM UTC

Hi to all! Im currently creating a burp extension and I was wondering if there was any way to make an interface for it (Not just print things into the extender console). I read something about some drag and drop feature for creating custom interfaces for extensions but I have not been able to find anything official about it. Does this feature exists and, if it does not, is it possible to easily create an interface for an extension? Thanks!

Mike, PortSwigger Agent | Last updated: Sep 20, 2019 12:39PM UTC

Hi Manuel, Yes you can create custom user interfaces to interact with a BApp extension, see the JavaDoc for the extender API and more specifically @IBurpExtenderCallbacks.addSuiteTab()@. From there you can create a user interface in the normal way in your preferred language and add it to that tab.

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