From c5ec2d40a17f127b658dab1522d83199898e99f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Zubcevic?= Date: Tue, 26 Nov 2019 18:12:06 +0100 Subject: [PATCH] updates docker image name (#717) --- .../crypto/src/main/resources/lessonPlans/en/defaults.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/defaults.adoc b/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/defaults.adoc index 6aabb1d11..c6391aaac 100644 --- a/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/defaults.adoc +++ b/webgoat-lessons/crypto/src/main/resources/lessonPlans/en/defaults.adoc @@ -22,7 +22,7 @@ In this exercise you need to retrieve a secret that has accidentally been left i You can decrypt the message by logging in to the running container (docker exec ...) and getting access to the password file located in /root. Then use the openssl command inside the container (for portability issues in openssl on Windows/Mac/Linux) You can find the secret in the following docker image, which you can start as: - docker run -d renezubcevic/webgoat:findthesecret + docker run -d webgoat/assignments:findthesecret [source] ----