Skip to content

Instantly share code, notes, and snippets.

@MSakamaki
Created September 13, 2019 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSakamaki/0568ec9a07189ad9d49c7b7664f32b73 to your computer and use it in GitHub Desktop.
Save MSakamaki/0568ec9a07189ad9d49c7b7664f32b73 to your computer and use it in GitHub Desktop.
owasp zap memo

Docker image with Owasp Zed Attack Proxy preinstalled

HUD

WIKI

docker run -u zap -p 9090:9090 -i owasp/zap2docker-weekly zap.sh -daemon -host 0.0.0.0 -port 9090 \
-config api.addrs.addr.name=.* -config api.addrs.addr.regex=true -config api.key=< your api key > \
-config hud.enabledForDaemon=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment