Removed hardcoded webgoat path for URLs
git-svn-id: http://webgoat.googlecode.com/svn/trunk/webgoat@367 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
@ -15,7 +15,7 @@ in the Introduction section.</p>
|
||||
|
||||
<h2>The WebGoat Interface</h2>
|
||||
<p>
|
||||
<img src="/WebGoat/images/introduction/interface.jpg"><br><br>
|
||||
<img src="images/introduction/interface.jpg"><br><br>
|
||||
1. These are Lesson Categories in WebGoat. Click on a Category to see all Lessons in it.<br>
|
||||
2. This will show technical hints to solve the lesson.<br>
|
||||
3. This will show the HTTP Request Parameters<br>
|
||||
@ -34,16 +34,16 @@ solution for complete details.</p>
|
||||
To read and edit Parameters you need a local proxy to intercept the HTTP request.
|
||||
Here we use WebScarab. More information on WebScarab can be found in the "Useful Tools" Chapter.
|
||||
After installing WebScarab and configuring your browser to use it as proxy on localhost we can start.<br><br>
|
||||
<img src="/WebGoat/images/introduction/HowToUse_1.jpg"><br><br>
|
||||
<img src="images/introduction/HowToUse_1.jpg"><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>
|
||||
<img src="images/introduction/HowToUse_2.jpg"><br><br>
|
||||
Here we can read and edit the intercepted parameter. After "Accept changes" the request will be sent to the server.
|
||||
</p>
|
||||
<h2>Read And Edit Cookies</h2>
|
||||
<p>
|
||||
Often it is not only necessary to change the value of the parameters but to change the value of cookies.
|
||||
We can use WebScarab to intercept the request and change cookies values just like parameter data as explained in the last topic.<br><br>
|
||||
<img src="/WebGoat/images/introduction/HowToUse_3.jpg"><br><br>
|
||||
<img src="images/introduction/HowToUse_3.jpg"><br><br>
|
||||
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 -->
|
||||
|
@ -10,26 +10,26 @@ WebScarab is a proxy for analyzing applications that
|
||||
communicate using the HTTP and HTTPS protocols. Because WebScarab
|
||||
operates as an intercepting proxy, we can review and modify requests
|
||||
and responses.<br><br>
|
||||
<img src="/WebGoat/images/introduction/webscarab.jpg"><br><br>
|
||||
<img src="images/introduction/webscarab.jpg"><br><br>
|
||||
Webpage:<a href="http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project">http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project</a>
|
||||
</p>
|
||||
<h2>Firebug:</h2>
|
||||
<p>
|
||||
Firebug is an add-on for the Firefox browser. We can use it to inspect, edit and monitor CSS, HTML and JavaScript.<br><br>
|
||||
<img src="/WebGoat/images/introduction/firebug.jpg"><br><br>
|
||||
<img src="images/introduction/firebug.jpg"><br><br>
|
||||
Webpage:<a href="http://www.getfirebug.com" target="_blank">http://www.getfirebug.com</a>
|
||||
<br><br>
|
||||
<h2>IEWatch:</h2>
|
||||
<p>
|
||||
IEWatch is a tool to analyze HTTP and HTML for users of the Internet Explorer.<br><br>
|
||||
<img src="/WebGoat/images/introduction/iewatch.jpg"><br><br>
|
||||
<img src="images/introduction/iewatch.jpg"><br><br>
|
||||
Webpage:<a href="http://www.iewatch.com" target="_blank">http://www.iewatch.com</a>
|
||||
</p>
|
||||
<h2>Wireshark</h2>
|
||||
<p>
|
||||
Wireshark is a network protocol analyzer. You can sniff network traffic and gather useful
|
||||
informations this way.<br><br>
|
||||
<img src="/WebGoat/images/introduction/wireshark.png"><br><br>
|
||||
<img src="images/introduction/wireshark.png"><br><br>
|
||||
Webpage:<a href="http://www.wireshark.org" target="_blank">http://www.wireshark.org</a>
|
||||
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user