Burp Suite User Forum

Create new post

Access Intruder Request panel in swing

Venkatesh | Last updated: May 03, 2016 12:24AM UTC

I am trying to automate intruder attack and need to access Intruder request text area using Swing. I can find all components under Intruder | Positions subtab except the main request text area. Could you please help finding the specific compnent?

PortSwigger Agent | Last updated: May 03, 2016 07:51AM UTC

Burp uses its own custom components for some UI controls, so not everything is native Swing. There isn't currently any direct exposure to the Intruder UI via the API. However, you can send a request to Intruder, and it will populate the request template panel, so it might be that you can use this API in conjunction with direct Swing access to do what you need.

Burp User | Last updated: May 04, 2016 01:03AM UTC

Thank you very much for your reply! Your comment - "you can send a request to Intruder, and it will populate the request template panel, so it might be that you can use this API in conjunction with direct Swing access" Could you please elaborate more on this, Any known extender available to achieve this? Thanks, A. Venkatesh

PortSwigger Agent | Last updated: May 04, 2016 07:45AM UTC

Look at the method IBurpExtenderCallbacks.sendToIntruder(): https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#sendToIntruder(java.lang.String,%20int,%20boolean,%20byte[])

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