diff --git a/README.md b/README.md index 6b233d9..f4e91ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# docker-mutillidae +# docker-mutillidae [![Build Status](https://travis-ci.org/edoz90/docker-mutillidae.svg?branch=master)](https://travis-ci.org/edoz90/docker-mutillidae) Dockerfile to run [OWASP Mutillidae II](https://sourceforge.net/projects/mutillidae/) with NGINX # Steps @@ -8,3 +8,12 @@ Dockerfile to run [OWASP Mutillidae II](https://sourceforge.net/projects/mutilli `docker run -d -p 80:80 --name mutillidae cesena:mutillidae` Connect to the docker IP and first perform the database population. + +## MySQL + +During the build of the container MySQL passwords will be randomly generated and printed on console: + +``` +[!!!] MySQL 'root' password is: FJVHs4vwVCTo94A +[!!!] MySQL 'mutillidae' password is: pzborshCWPpKLy9 +```