Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Is it suitable to this scenario? #5

Open
unkown571 opened this issue Feb 14, 2018 · 0 comments
Open

Is it suitable to this scenario? #5

unkown571 opened this issue Feb 14, 2018 · 0 comments

Comments

@unkown571
Copy link

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:

<TBODY class="G-TableBody">
<tr class="GD-Two" height='20' I='' v1="ZSD010107" v2="2599476">
<td class="GD-S" width="25"><input AG="true" class="GD-S-C" type="checkbox"/></td>
<td class="GD-TD3" width='100' >v3</td>
<td class="GD-TD4" width='100' >v4</td>
<td class="GD-TD5" width='100' >v5</td>
</tr>
</tbody>

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 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant