cstc icon indicating copy to clipboard operation
cstc copied to clipboard

Add setter for multipart/form-data parameters

Open LMRupp opened this issue 4 years ago • 1 comments

Using version 1.2.1, straight form the BApp store.

There does not currently seem to be a setter for parameters in a multipart/form-data request. Setting those parameters in another way e. g. with string replace is possible, but unnecessarily complicated and brittle. Having a dedicated setter for this would be nice.

LMRupp avatar Jan 27 '21 16:01 LMRupp

Should be doable. The Burp Extender API supports the PARAM_MULTIPART_ATTR attribute within the IParameter interface. I guess we can implement this in the same way as for the GetSetter and PostSetter. As soon as we find time, we will look into this :)

qtc-de avatar Jan 30 '21 14:01 qtc-de

Feature was implemented in the meantime and will be available in the next release.

fhaag95 avatar Mar 20 '24 09:03 fhaag95