Skip to content
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

Separate nodes for multipart/form-data POSTs to same URL with different parameters #8484

Open
psiinon opened this issue May 10, 2024 · 0 comments

Comments

@psiinon
Copy link
Member

psiinon commented May 10, 2024

If a multipart/form-data POST request is made then it appears in the sites tree as POST:pagename()(multipart/form-data)
This means that if there are multiple POSTs to the same URL with different parameters then they still appear as one node.
That means that ZAP cannot attack them individually, it will only be able to attack one of them.

The solution is to include the names of the parameters in the node, in a similar way to the other POST requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant