django.nV
django.nV copied to clipboard
Feature request: Docker image
I would love to make django.nV part of the w3af test suite. This would help improve the scanner by making sure all the vulnerabilities in this application are identified by it on every push to the w3af repository. In order to do that I need django.nV running inside a docker image.
Other users will also benefit from this since they don't need to install any software (other than docker that they most likely already have) in their workstations, they just run:
docker run -it -p 8000:8000 --rm nVisium/django.nV
And they have a running django application on 127.0.0.1:8000
Good suggestion, we will work through it and close this out once it's available.
:+1: :+1: :dancer: