zaproxy / zaproxy

The ZAP core project
https://www.zaproxy.org
Apache License 2.0
12.21k stars 2.21k forks source link

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

Open psiinon opened 1 month ago

psiinon commented 1 month ago

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.