Hi All,
I tried searching for this, but I can't find a straightforward answer.
I loaded my REST API using the Open API plugin and it seems to be working well.
However I can't find a way to add more headers and body parameters and get ZAP to attack them when doing an active scan.
Ideally I would want ZAP to attack a subset of those parameters.
for example
username:
password:
but ignore User-Agent:
Currently it's only attacking user-agent:
for example, In my header it attacks the User-Agent field:
User-Agent: response.write(100,000*100,000)
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0;)&timeout /T {0}&
how do go about doing this?