0x566164696D / docker-mutillidae

Dockerfile to run OWASP Mutillidae II with NGINX https://github.com/webpwnized/mutillidae

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWASP Mutillidae II with NGINX

Forked from https://github.com/edoz90/docker-mutillidae

Differences

- latest mutillidae release
- nginx\mariadb\php-fpm performance tweaks
- doesn't fail on heavy load
- PhpMyAdmin fixed
- added logs for nginx\mariadb\php-fp
- GMT +3 timezone 
- you may change default security level. See Dockerfile
- Image size reduced. 359MB for now.

Steps

docker build . --force-rm -t nginx_mutillidae
docker run -d -p 8081:80 --rm --name nginx_mutillidae nginx_mutillidae

Get Image from docker hub

docker run -d -p 8081:80 --rm --name nginx_mutillidae 0x566164696d/nginx_mutillidae

MySQL

During the build of the container MySQL passwords will be randomly generated and printed on console:

TODO

- Fix ldap injection
- Add realtime access log panel
- default security level as ENV variable

About

Dockerfile to run OWASP Mutillidae II with NGINX https://github.com/webpwnized/mutillidae


Languages

Language:Dockerfile 100.0%