OWASP Mutillidae II: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 6: | Zeile 6: | ||
=multidae stop= | =multidae stop= | ||
| − | * | + | *docker stop multidae |
| + | |||
=Access= | =Access= | ||
*https://localhost:<YourPort>/mutillidae | *https://localhost:<YourPort>/mutillidae | ||
Version vom 14. Juni 2021, 16:27 Uhr
Docker Installation
- apt install docker.io
multidae 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