.. /OWASP ZAP
Quick Usage
For this tool the run command is:
docker run -u zap -p 8080:8080 -i owasp/zap2docker-stable zap.sh -daemon -host 0.0.0.0 -port 8080 -config api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config api.key=<api-key>
Categories
webappexploitation
Description
You can run ZAP using the 'standard' zap.sh script. There is also a zap-x.sh script which first starts xvfb (X virtual frame buffer) - this allows add-ons that use Selenium (like the Ajax Spider and DOM XSS scanner) to run in a headless environment. Firefox is also installed so can be used with these add-ons.
For more details see https://www.zaproxy.org/docs/docker/
Official Documentation
Reference: https://www.zaproxy.org/docs/docker/about/