Update IntroductionWebWolf.adoc

Fixed typos and language to make it clearer
This commit is contained in:
Robin 2019-01-19 13:16:14 +09:00 committed by Nanne Baars
parent 528c05a859
commit 7291651967

View File

@ -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.
The first thing you need to do is login with the user you registered on WebGoat.