diff --git a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc index 77f3f3452..03f3223bb 100644 --- a/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc +++ b/webgoat-lessons/webwolf-introduction/src/main/resources/lessonPlans/en/IntroductionWebWolf.adoc @@ -1,7 +1,7 @@ == Introducing WebWolf -You only need WebWolf if you a lesson specifies you can use it. For a lot of lessons you use WebGoat without -starting WebWolf. If you need to do an exercise with WebWolf make sure it is running along side with WebGoat. Lessons +You only need WebWolf if a lesson specifies you can use it. For a lot of lessons you use WebGoat without +starting WebWolf. If you need to do an exercise with WebWolf make sure it is running along side WebGoat. Lessons where you can use WebWolf are marked with the following icon (top right in assignment): {nbsp} @@ -10,12 +10,12 @@ image::images/wolf-enabled.png[width=115,height=128] {nbsp} -Even if the icon the present your are not obliged to use WebWolf, you can also use any intercepting tool you like, like -`netcat` etc. +Even if the icon is present your are not obliged to use WebWolf, you can also use any intercepting tool you like. +(`netcat` etc.) WebWolf is a separate web application which simulates an attackers machine. It makes it possible for us to make a clear distinction between what takes place on the attacked website and the actions you need to do as -an "attacker". WebWolf was introduced after a couple of workshops where we received feedback about the fact there +an "attacker". WebWolf was introduced after a couple of workshops where we received feedback that there was no clear distinction between what was part of the "attackers" role and what was part of the "users" role on the website. The following items are supported in WebWolf: @@ -37,4 +37,4 @@ Note: if you start WebGoat as standalone application you need to start WebWolf a This will start the application on port 9090, click webWolfLink:here[] to open WebWolf. -First thing you need to do is register a new user within WebWolf. \ No newline at end of file +The first thing you need to do is login with the user you registered on WebGoat.