Burp Suite User Forum

Create new post

Burp Extension

Parul | Last updated: May 09, 2016 10:07AM UTC

I am trying to create a burp extension which scans for particular text in the response. Now I want this text to be dynamically defined by the user. How do I do that ? As in consider search functionality as extension which monitors all your responses and search for the keywords you want it to search . Whats tha best approach here ?

PortSwigger Agent | Last updated: May 09, 2016 12:28PM UTC

You can probably use the existing search function to do this - just check the "Dynamic update" box. Otherwise, you'll need to provide a UI for your users to define their search term. You can use the API to register a custom tab in the main Burp UI, and you can put whatever UI components you want in that.

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