Hi, I'm using ZAP for a DAST PoC. Before I import the openAPI setting files, ZAP works well, I can use either Desktop UI or configure automation framework plan and run with docker.
However, I tried to integrate our OpenAPI setting into the configuration. I noticed the scanning was stuck in active scanner, literally the first directory traversal job.
It sends 10000 requests in 8 hrs, and in the screenshot, it takes several minute to send only one request.
Checked my active scan setting, delay when scanning is set to 0; max results to list is set to 500; no throttling from the server side. Actually, it works perfect before I import the OpenAPI file.
Not sure why adding OpenAPI config will make such a big difference, and don't know to how to progress with meanwhile integrating API settings. Would appreciate if you could help me with that.