OWASP Mutillidae II: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 8: Zeile 8:
 
=Access=
 
=Access=
 
*https://localhost:<YourPort>/mutillidae
 
*https://localhost:<YourPort>/mutillidae
 +
=Beispiele=
 
=Neueres Image=
 
=Neueres Image=
 
*https://github.com/webpwnized/mutillidae-docker
 
*https://github.com/webpwnized/mutillidae-docker

Version vom 14. Juni 2021, 10:17 Uhr

Docker Installation

  • apt install docker.io

multidae start

  • docker run -d -p 81:80 -p 444:443 --name multidae bltsec/mutillidae-docker

multidae stop

  • owasp stop multidae

Access

Beispiele

Neueres Image