You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 17, 2022. It is now read-only.
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
I would love to make django.nV part of the
w3aftest 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:
And they have a running django application on
127.0.0.1:8000