Docker image for the Open Source Web Application Security Scanner w3af
1.0K
Docker image for the Open Source Web Application Security Scanner w3af
w3af is a Web Application Attack and Audit Framework. The project’s goal is to create a framework to help you secure your web applications by finding and exploiting all web application vulnerabilities.
The dockerfile provided in the w3af Github repo started with FROM ubuntu:12.04, so I didn't read much further and built it myself using Alpine Linux
build-args:
$ git clone https://github.com/joxz/docker-w3af
$ cd docker-w3af
$ docker build -t docker-w3af .
# check docker images
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
docker-w3af latest 7c73c8b6ab0c 42 minutes ago 277MB
...
docker pull jones2748/docker-w3af
docker run -it --rm -v ${PWD}:/app docker-w3af /opt/w3af/w3af_console -y -n -s /app/test.w3af
docker run -it --rm -v ${PWD}:/app docker-w3af makemeroot
Content type
Image
Digest
Size
112.8 MB
Last updated
over 7 years ago
docker pull jones2748/docker-w3af