Wireshark to useful tools added
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@336 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
<!-- Start Instructions -->
|
||||
<h1>How To Work With WebGoat</h1>
|
||||
<p>
|
||||
Welcome to a short introduction of WebGoat.<br>
|
||||
Welcome to a short introduction to WebGoat.<br>
|
||||
Here you will learn how to use WebGoat and additional tools for the lessons.<br><br>
|
||||
</p>
|
||||
<h1>Environment Information</h1>
|
||||
@ -23,15 +23,15 @@ in the Introduction section.</p>
|
||||
<p>
|
||||
Always read first the lessons plan. Then try to solve the lesson and if necessary,
|
||||
use the hints. If you cannot solve the lesson using the hints, you may watch the
|
||||
solution. Here every step is explained.</p>
|
||||
solution. Every step is explained there.</p>
|
||||
<h2>Read And Edit Parameters</h2>
|
||||
<p>
|
||||
To read and edit Parameters you need a proxy to intercept the HTTP request.
|
||||
To read and edit Parameters you need a local proxy to intercept the HTTP request.
|
||||
Here we use WebScarab. More informations to WebScarab you will get in the
|
||||
Chapter "Useful Tools".
|
||||
After installing WebScarab and making a proxy on localhost we can start.<br><br>
|
||||
After installing WebScarab and using it as proxy on localhost we can start.<br><br>
|
||||
<img src="/WebGoat/images/introduction/HowToUse_1.jpg"><br><br>
|
||||
We have to select "intercept request" in the tab "Intercept". If we send a new HTTP request now, we get a new WebScarab window.<br><br>
|
||||
We have to select "Intercept Request" in the tab "Intercept". If we send a HTTP request we get a new WebScarab window.<br><br>
|
||||
<img src="/WebGoat/images/introduction/HowToUse_2.jpg"><br><br>
|
||||
Here we can read and edit the sent parameter. After "Accept changes" the request will be sent to the server.
|
||||
</p>
|
||||
@ -39,6 +39,6 @@ Here we can read and edit the sent parameter. After "Accept changes" the request
|
||||
<p>
|
||||
Often it is not only necessary to change the value of parameters but to change the value of cookies. We use again WebScarab and intercept the request as explained in the last topic.<br><br>
|
||||
<img src="/WebGoat/images/introduction/HowToUse_3.jpg"><br><br>
|
||||
We again get the new window on sending a HTTP request. On the screenshot you see where we can find cookies and how to edit the values of them.
|
||||
We get a new window on sending a HTTP request. On the screenshot you see where we can find cookies and how to edit the values of them.
|
||||
</p>
|
||||
<!-- Stop Instructions -->
|
||||
|
Reference in New Issue
Block a user