Sign inSign up

samuliel/zap2docker

By samuliel

Updated almost 11 years ago

Zed attackproxy in a docker image togerher with zapr and x11vnc/novnc for GUI access

Image
2

605

samuliel/zap2docker repository overview

Docker image with Owasp Zed Attack Proxy 2.3.1 with zapr ruby gem. For GUI access this image supports VNC access.

Install instructions:

docker pull samuliel/zap2docker

Usage instructions:

ZAPR:

docker run -u zap -i samuliel/zap2docker zapr --debug --summary http://target

ZAP headless:

docker run -u zap -p 8080:8080 -i samuliel/zap2docker zap.sh --daemon --port 8080

ZAP GUI VNC:

docker run -u zap -p 5900:5900 -p 8080:8080 -i samuliel/zap2docker x11vnc --forever --usepw --create

This will first ask you to set vnc server password, once done it will fireup the session. Then just connect with your vnc client to local port 5900. Note, you might need to set zaps listen address to your dockers hostname instead of localhost. You can set this with -h parameter: docker run -h zap -i samuliel/zap2docker zap.sh command

Questions? Ask via twitter from @samuliel or comment below. Happy zapping!

If you need the Dockerfile you can find it from: https://github.com/samuliel/zap2docker

Tag summary

Content type

Image

Digest

sha256:148dd4a04

Size

407.5 MB

Last updated

almost 11 years ago

docker pull samuliel/zap2docker