You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
request2: POST /modifyInfo?id=1
the post message body is json string: {"v1":"v1", "v2":"v2", "v3":"v3", "v4":"v4", "v5":"v5", "v6":"v6"}
Add $ in intruder, the value of id=$id$ and "v6":"$v6$" are fed by payloads
All the values of v1,v2,v3,v4,v5 need to be extracted from response1, so each request2 must have a pre-request request1.
Is ExtendedMacro suitable in this scenario ?
I have tried for hours but failed. I am using BurpSuite Community Edition now, thank you in advance :)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The aim is to execute multiple request2 with each id and related value v6, to modify multiple values.
request1: POST /queryInfo?id=1
response1 Body:
request2: POST /modifyInfo?id=1
the post message body is json string:
{"v1":"v1", "v2":"v2", "v3":"v3", "v4":"v4", "v5":"v5", "v6":"v6"}
Add $ in intruder, the value of id=$id$ and "v6":"$v6$" are fed by payloads
All the values of v1,v2,v3,v4,v5 need to be extracted from response1, so each request2 must have a pre-request request1.
Is ExtendedMacro suitable in this scenario ?
I have tried for hours but failed. I am using BurpSuite Community Edition now, thank you in advance :)
The text was updated successfully, but these errors were encountered: