I've been using ZAP inside Docker. Thank you for this excellent tool.
I created contexts and a config file to replicate the scan when running from the command line, so I can automate it.
When I run the zap-full-scan as documented at
https://www.zaproxy.org/docs/docker/full-scan/ it starts fine, but "Cross Site Scripting (DOM Based)" is taking hours and hours on its own. It's currently just over 50% through after six hours.
The command I'm using is:
Authentication-Test.context is a context file created by the webswing UI.
zap-casa-config.conf is my config file for rule enablement. This is the default one generated by -g although I have also IGNOREd "XML External Entity Attack" because I found this to be slow in webswing.
Is there a way of finding out why this discrepancy exists?
Maybe it's the zap-full-scan that is working correctly, and when running under Webswing it wasn't running properly!
Dan