Burp Suite User Forum

Create new post

How do I send each request from Intruder attack box to repeater through API?

nivedha | Last updated: Feb 02, 2016 05:08AM UTC

I want to send each request from Intruder attack result box to repeater through API? And, How to get all requests in HTTP proxy tab without using def menu_item clicked method() ?

PortSwigger Agent | Last updated: Feb 02, 2016 12:01PM UTC

You can manually send items from the Intruder attack results to Repeater via the context menu. You can't currently integrate with Intruder attack results via the API, sorry. You can use the IBurpExtenderCallbacks.getProxyHistory() method to obtain details of items in the Proxy history: https://portswigger.net/burp/extender/api/burp/IBurpExtenderCallbacks.html#getProxyHistory()

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