Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo Rosa authored Jun 7, 2018
1 parent 6e0ac42 commit 8eb1863
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
```

0 comments on commit 8eb1863

Please sign in to comment.