Skip to content

Commit

Permalink
updates docker image name (WebGoat#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
zubcevic authored Nov 26, 2019
1 parent b5e5dd1 commit c5ec2d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down

0 comments on commit c5ec2d4

Please sign in to comment.