Skip to content

0x566164696D/docker-mutillidae

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%