Burp Suite User Forum

Create new post

Updating a parameter inline

Justin | Last updated: Oct 20, 2017 06:31PM UTC

Hey, When updating a query parameter through the "IExtensionHelpers.updateParameter" method, the parameter is removed from the query parameters, then updated and appended to the end. Is this intended functionality and if so is there an easy way to update the parameter inline? Thanks, Justin

PortSwigger Agent | Last updated: Oct 23, 2017 07:49AM UTC

Hi Justin, Thanks for your message. This behavior is intentional; internally updateParameter first does remoteParameter then addParameter. There isn't a single call to update inline, but the IParameter interface has getValueStart() and getValueEnd() which should help you. Please let us know if you need any further assistance.

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