nccgroup / AutoRepeater

Automated HTTP Request Repeating With Burp Suite
https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2018/january/autorepeater-automated-http-request-repeating-with-burp-suite/
MIT License
846 stars 107 forks source link

Autorepeater not working for json body parameters replacement #81

Open 99smith opened 2 years ago

99smith commented 2 years ago

Hi @justinmoore

I have a situation where I need to use - match parameter name and replace its value .

For example I have GET request like this: GET https://exmple.com?dateStart=xyzee

Now when I use - match parameter name and replace its value and set parameter name as dateStart and value as superman

Autorepeater just works perfectly fine : https://exmple.com?dateStart=superman

Now the problem is

I have a post request in which there is json body like this

{"userId":"US-DG46","dateStart":"2022-03-20","dateEnd":"2022-04-20"}

Now for the same above condition autorepeater doenot replace value of dateStart in json body parameter.

How can I achive this . Please help !

Thank you

ppphimera commented 1 year ago

I'm experiencing the exact same problem.