OWASP Mutillidae II
Docker Installation
- apt install docker.io
mutillidae start
- docker run -d -p 81:80 -p 444:443 --name mutillidae bltsec/mutillidae-docker
multidae stop
- docker stop multidae
Access
- https://localhost:<YourPort>/mutillidae
Beispiele
Neueres Image
- sudo curl -L "https://github.com/docker/compose/releases/download/1.26.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
- chmod +x /usr/local/bin/docker-compose
- git clone https://github.com/webpwnized/mutillidae-docker
- cd mutillidae-docker
- docker-compose up -d