diff --git a/cybersecurity/offensive/web-exploitation/zap.yml b/cybersecurity/offensive/web-exploitation/zap.yml index 4fe8334..1f45378 100644 --- a/cybersecurity/offensive/web-exploitation/zap.yml +++ b/cybersecurity/offensive/web-exploitation/zap.yml @@ -162,7 +162,7 @@ functions: examples: - $(ip -f inet -o addr show docker0 | awk '{print $4}' | cut -d '/' -f 1) container: - image: zaproxy/zap-stable + image: zaproxy/zap-stable:latest args: - --net=host volumes: @@ -184,7 +184,7 @@ functions: - sagikazarmark/dvwa container: - image: zaproxy/zap-stable + image: zaproxy/zap-stable:latest args: - --net=zapnet