After running a dynamic scan in the ZAP Desktop UI, I checked the History tab and was able to confirm that I was authenticated by confirming that I was making a POST request, which is an authentication request.
Thank you very much.
Now that I was able to authenticate with the ZAP Desktop UI, I would like to run a dynamic scan in Docker.
I have exported the context file and run it with the following command.
# docker run -v $(pwd):/zap/wrk/:rw -t owasp/zap2docker-stable zap-baseline.py -t
https://www.example.com -n . /auth_json.context -U "username" -j
With ZAP Desktop UI, I can check the target URLs diagnosed, but is there any way to check the target URLs diagnosed in the dynamic scan in Docker?
I can't see the target URLs that were diagnosed, only the log "Total of number URLs".
I confirmed that the result of dynamic scan in ZAP Desktop UI and the result of dynamic scan in Docker are the same.
Is it possible to increase the number of diagnostic items in Docker's baseline scan?
The full scan of Docker has many diagnostic items, but it is an active scan and we are aware that it is dangerous.