Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 711 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 711 Bytes

alpin3/burpfree

Portswigger Burp Free on Alpine

Image is based on the openjdk base image

Docker image size

Latest

Docker image usage

docker run [docker-options] alpin3/burpfree

Examples

Typical usage:

docker run -it -v /work:/work -p 8080:8080 alpin3/burpfree

X11 forwarding:

XSOCK=/tmp/.X11-unix
XAUTH=/tmp/.docker.xauth
xauth nlist :0 | sed -e 's/^..../ffff/' | xauth -f $XAUTH nmerge -
docker run -v $XSOCK:$XSOCK -v $XAUTH:$XAUTH -e XAUTHORITY=$XAUTH alpin3/burpfree

Todo

  • Provide more examples