-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to replace json values ? #13
Comments
Hi @JaveleyQAQ, maybe you're looking for something similar to the following:
Hope this helps! |
Have you tried changing the
|
thank your rep@olliewuk Here is another question:
, why does it fail to match? What should I do to make it match successfully? |
I don't want to insert payloads in the cookies. My code is using "given query or body insertion point", but it's scanning the cookie parameters and sending a lot of useless requests even though it's not inserting any payload. |
I think there are typos and formatting issues, try with the following code block:
|
@JaveleyQAQ unfortunately we don't currently support variables within regex matching. We can note it as a feature request if you would like this supported? Instead, you could use As to better json support, we also have only basic full body insertion point currently available to BChecks, with potential regex replace rules being used to work around it (as seen in the server side pollution check Ollie shared). If you would like this feature we could also note it? |
@A-J-C @olliewuk @genuinemoses Thank you very much for your collaboration! https://github.com/smxiazi/xia_sql/blob/main/BurpExtender.java I want to implement a plugin with a bc passive script, but I'm having trouble with JSON matching . I think I need to spend some time understanding examples of server side pollution. |
I think now its not possible to replace JSON Payload automatically. |
That's not currently possible. We'll add your vote for this feature. |
|
Hi You don't need to go anywhere to vote. When someone requests a new feature, we raise it here, and when additional people also express interest in it, we make a note of that, too, so we can see how many people are interested in the feature to help us prioritize ideas. Your votes are already logged against the feature request. We've done that for you. Sorry for any confusion! |
Thanks, very much looking forward to this feature! |
I want to loop payload into all the JSON values
The text was updated successfully, but these errors were encountered: