aracloud / docker-dvwa

Docker image for DVWA(Damn Vulnerable Web Application)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-dvwa

Docker image for DVWA (Damn Vulnerable Web Application)

Note

This container runs directly with an initialized MySQL database. So, it's ready for testing without any further manual setup step's needed. Just plug-n-play makes it very easy to use!

Login credentials

  • username: admin
  • password: password

Using

  • Pull image: docker pull aracloud/docker-dvwa
  • Start (with random mysql password): docker run -dit -p 80:80 aracloud/docker-dvwa

About

Docker image for DVWA(Damn Vulnerable Web Application)

License:MIT License


Languages

Language:PHP 64.2%Language:Shell 23.0%Language:Dockerfile 12.8%