
##
The delay is only limited to 1 second. Text box should be used here instead
Why shoukd it be a text box? The scale could just be increased on the max end _if_ necessary.
https://github.com/zaproxy/zap-core-help/wiki/HelpUiDialogsOptionsAscan#delay-when-scanning-in-milliseconds
Is there a way to setup delay/throttle,something between 3-4 seconds, for active scan HTTP request? Some bug bounty program requires researchers to limit their tool, auto scanner, HTTP request. e.g. 1 request per 3 secs. As a result, text box allows testers to set delay they preferred.
Yes, through the API or command line you can specify higher values:
http://zap/JSON/ascan/action/setOptionDelayInMs/?Integer=3000
or
-config scanner.delayInMs=3000
Issue title updated.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Yes, through the API or command line you can specify higher values:
http://zap/JSON/ascan/action/setOptionDelayInMs/?Integer=3000
or
-config scanner.delayInMs=3000Issue title updated.