The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Scaning non standard requests

Crash | Last updated: Apr 29, 2016 08:51AM UTC

Hi guys! I have the following situation: I have some non standard post requests in some applications like: Using method POST i have several paramenters separeted by | and some cases by - arg1|arg2|arg3|argX| arg1-arg2-arg3-argX- In this case burp(scan) recorganize that arg1|arg2|arg3|argX| is only one parameter to be tested. I solved it using auto modification and 2 burp instances, 1 of this instances as upstream proxy for the another instance. I worked fine. Also, using intruder it worked, but is impossible to do it for all requests manually. So, i would like to know if someone has a better solution than mine or if there is an extesion that allow me chose the separator char and send it direct to active scan. Basic example: POST /lala/a/ HTTP/1.1 Host: lala.com User-Agent: Mozilla/5.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US;q=0.5,en;q=0.3 Accept-Encoding: gzip, deflate, br Content-Type: text/x-gwt-rpc; charset=utf-8 Referer: https://lalalala/ Content-Length: 201 Cookie: JSESSIONID=12310294389032840324 Connection: close A|0|4|TEST|DSALKFDKDK43259DSAFRW|ssys.sys.sys|12345678|1|2|3|4|5|

PortSwigger Agent | Last updated: Apr 29, 2016 08:56AM UTC