Early access versions of new lessons in OWASP WebGoat
574
This repository is used to quickly share latest specific versions of WebGoat. E.g. when a new lesson is being developed. The image contains both WebGoat and WebWolf and WebGoat can be used with or without SSL.
To use without https: docker run -d -p 8080:8080 -p 9090:9090 renezubcevic/webgoat:crypto WebGoat url: http://127.0.0.1:8080/WebGoat WebWolf url: http://127.0.0.1:9090/WebWolf
To use with https: docker run -d -p 8443:8443 -p 9090:9090 -e "WEBGOAT_PORT=8443" -e "WEBGOAT_SSLENABLED=true" renezubcevic/webgoat:crypto WebGoat url: https://127.0.0.1:8443/WebGoat WebWolf url: http://127.0.0.1:9090/WebWolf
In the case of :crypto the latest version of the crypto-lesson is used in the build.
Content type
Image
Digest
sha256:219dd69c2…
Size
180.3 MB
Last updated
about 4 years ago
docker pull renezubcevic/webgoat