From 1461263b607d2b180ae48ae36d054a7a7c7576c9 Mon Sep 17 00:00:00 2001 From: juoum <79800410+itsjuoum@users.noreply.github.com> Date: Wed, 15 Sep 2021 19:45:24 +0100 Subject: [PATCH] Update WebGoat/GoatAndWolf version on the documentation to the latest --- README.MD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index bb2678219..e5a8e4eda 100644 --- a/README.MD +++ b/README.MD @@ -38,7 +38,7 @@ The easiest way to start WebGoat as a Docker container is to use the all-in-one ```shell -docker run -it -p 127.0.0.1:80:8888 -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:v8.2.1 +docker run -it -p 127.0.0.1:80:8888 -p 127.0.0.1:8080:8080 -p 127.0.0.1:9090:9090 -e TZ=Europe/Amsterdam webgoat/goatandwolf:v8.2.2 ``` The landing page will be located at: http://localhost @@ -55,8 +55,8 @@ WebWolf will be located at: http://localhost:9090/WebWolf Download the latest WebGoat and WebWolf release from [https://github.com/WebGoat/WebGoat/releases](https://github.com/WebGoat/WebGoat/releases) ```shell -java -Dfile.encoding=UTF-8 -jar webgoat-server-8.2.1.jar [--server.port=8080] [--server.address=localhost] [--hsqldb.port=9001] -java -Dfile.encoding=UTF-8 -jar webwolf-8.2.1.jar [--server.port=9090] [--server.address=localhost] [--hsqldb.port=9001] +java -Dfile.encoding=UTF-8 -jar webgoat-server-8.2.2.jar [--server.port=8080] [--server.address=localhost] [--hsqldb.port=9001] +java -Dfile.encoding=UTF-8 -jar webwolf-8.2.2.jar [--server.port=9090] [--server.address=localhost] [--hsqldb.port=9001] ``` WebGoat will be located at: http://localhost:8080/WebGoat and @@ -107,7 +107,7 @@ For instance running as a jar on a Linux/macOS it will look like this: ```Shell export EXCLUDE_CATEGORIES="CLIENT_SIDE,GENERAL,CHALLENGE" export EXCLUDE_LESSONS="SqlInjectionAdvanced,SqlInjectionMitigations" -java -jar webgoat-server/target/webgoat-server-v8.2.0-SNAPSHOT.jar +java -jar webgoat-server/target/webgoat-server-v8.2.2-SNAPSHOT.jar ``` Or in a docker run it would (once this version is pushed into docker hub) look like this: ```Shell