https://github.com/notdodo/docker-mutillidae
Dockerfile to run OWASP Mutillidae II with NGINX https://github.com/webpwnized/mutillidae
https://github.com/notdodo/docker-mutillidae
docker mutillidae nginx owasp
Last synced: about 1 year ago
JSON representation
Dockerfile to run OWASP Mutillidae II with NGINX https://github.com/webpwnized/mutillidae
- Host: GitHub
- URL: https://github.com/notdodo/docker-mutillidae
- Owner: notdodo
- License: gpl-3.0
- Created: 2018-05-05T17:40:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T06:57:41.000Z (about 5 years ago)
- Last Synced: 2025-03-25T07:23:39.692Z (about 1 year ago)
- Topics: docker, mutillidae, nginx, owasp
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 8
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-mutillidae [](https://travis-ci.org/edoz90/docker-mutillidae)
Dockerfile to run [OWASP Mutillidae II](https://github.com/webpwnized/mutillidae) with NGINX
# Steps
`docker build . --force-rm -t cesena:mutillidae`
`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
```