Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T06:57:41.000Z (over 3 years ago)
- Last Synced: 2024-03-16T06:01:53.679Z (9 months ago)
- Topics: docker, mutillidae, nginx, owasp
- Language: Dockerfile
- Homepage:
- Size: 29.3 KB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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://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
```