Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 895 Bytes

File metadata and controls

34 lines (26 loc) · 895 Bytes

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