OWASP Mutillidae 2.6 into docker container with alpine-php
1.5K
This docker container is meant to be used with mysql as database.
The first version has the database hardcoded as "mysql" on the configuration files and also the database password is "root"
//TODO: Remove hardcoded mysql database and database password.
1 - docker run -d -v ~/tmp/mysql-data:/var/lib/mysql --name mysql -e MYSQL_ROOT_PASSWORD=root mysql:5.6 2 - docker run -d --link mysql -p 8080:80 --name mutillidae pentestlab/mutillidae
Enter to the site with http://localhost:8080
Content type
Image
Digest
Size
100.6 MB
Last updated
about 8 years ago
docker pull pentestlab/mutillidae