Damn Vulnerable Web Application (DVWA) on Docker to you enjoy.
To use you need docker
:
$ docker pull gjuniioor/dvwa:latest
$ docker run -d -p 80:80 -p 3306:3306 gjuniioor/dvwa
And go to localhost:80
- latest: development source
- 1.9: with the 1.9 version of DVWA
- 1.0.8: with the 1.0.8 version of DVWA
Has a bug found? Please, open a Issue, a Pull Request or contact me: @gjuniioor.