Sign inSign up

pentestlab/mutillidae

By pentestlab

Updated about 8 years ago

OWASP Mutillidae 2.6 into docker container with alpine-php

Image
2

1.5K

pentestlab/mutillidae repository overview

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

Tag summary

Content type

Image

Digest

Size

100.6 MB

Last updated

about 8 years ago

docker pull pentestlab/mutillidae