<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Gudasoft &#187; qa</title>
	<atom:link href="http://www.gudasoft.com/tag/qa/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gudasoft.com</link>
	<description>Impossible is nothing</description>
	<lastBuildDate>Thu, 06 Oct 2011 07:17:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Avoid common mistake in web programming</title>
		<link>http://www.gudasoft.com/uncategorized/05/08/18/avoid-common-mistake-in-web-programming/2008</link>
		<comments>http://www.gudasoft.com/uncategorized/05/08/18/avoid-common-mistake-in-web-programming/2008#comments</comments>
		<pubDate>Thu, 08 May 2008 08:13:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[qa]]></category>

		<guid isPermaLink="false">http://blog.gudasoft.com/?p=18</guid>
		<description><![CDATA[WebGoat WebGoat is a deliberately insecure J2EE web application designed to teach web application security concepts WebGoat is java web application which can show you a lot of the web attacks that can be performed on your website. It is a must have for all web developers. You can download it from sourceforge or from [...]]]></description>
			<content:encoded><![CDATA[<h1>WebGoat</h1>
<blockquote><p>WebGoat is a deliberately insecure J2EE web application designed to teach web application security concepts</p></blockquote>
<div>WebGoat is java web application which can show you a lot of the web attacks that can be performed on your website. It is a must have for all web developers.</p>
<p>You can download it from <a href="http://sourceforge.net/project/showfiles.php?group_id=64424&amp;package_id=61824">sourceforge</a> or from <a href="http://code.google.com/p/webgoat/downloads/list">google</a></p>
<p>The package contains a tomcat server and you can run it from the distribution. But in my case there was only windows configuration files so I have to take the war file and put in the standalone tomcat installation. Also move the permissions for the roles/users to my tomcat installation.</p>
<p>After manage to run it you will need some sniffer/proxy to monitor the requests. I have tried it with <a href="http://www.owasp.org/index.php/OWASP_WebScarab_Project">WebScarab</a> but there is another one <a href="http://www.parosproxy.org/index.shtml">here</a> and this one <a href="http://livehttpheaders.mozdev.org/">here</a></p>
<ul>
<li>Run WebGoat in tomcat</li>
<li>Run you proxy/sniffer/pluging or what ever monitoring tool.</li>
<li>Start your browser</li>
<li>Setup your browser to use the proxy in case you choose to use proxy</li>
<li>Redirect your browser to WebGoat application (http://127.0.0.1:8080/WebGoat/attack )</li>
</ul>
<p>You are ready to pass all the tests. Here are the options extracted from the lates WebGoat version:</p>
<div>
<ul>
<li>Admin Functions</li>
<li>General</li>
<li>Code Quality</li>
<li>Concurrency</li>
<li>Unvalidated Parameters</li>
<li>Access Control Flaws</li>
<li>Authentication Flaws</li>
<li>Session Management Flaws</li>
<li>Cross-Site Scripting (XSS)
<ul>
<li>Phishing with XSS</li>
<li> LAB: Cross Site Scripting</li>
<li> Stage 1: Stored XSS</li>
<li> Stage 2: Block Stored XSS using Input Validation</li>
<li> Stage 3: Stored XSS Revisited</li>
<li> Stage 4: Block Stored XSS using Output Encoding</li>
<li> Stage 5: Reflected XSS</li>
<li> Stage 6: Block Reflected XSS</li>
<li> Stored XSS Attacks</li>
<li> Cross Site Request Forgery (CSRF)</li>
<li> Reflected XSS Attacks</li>
<li> HTTPOnly Test</li>
<li> Cross Site Tracing (XST) Attacks</li>
</ul>
</li>
<li>Buffer Overflows</li>
<li>Injection Flaws
<ul>
<li>Command Injection</li>
<li> Blind SQL Injection</li>
<li> Numeric SQL Injection</li>
<li> Log Spoofing</li>
<li> XPATH Injection</li>
<li> LAB: SQL Injection</li>
<li> Stage 1: String SQL Injection</li>
<li> Stage 2: Parameterized Query #1</li>
<li> Stage 3: Numeric SQL Injection</li>
<li> Stage 4: Parameterized Query #2</li>
<li> String SQL Injection</li>
<li> Database Backdoors</li>
</ul>
</li>
<li>Improper Error Handling</li>
<li>Insecure Storage</li>
<li>Denial of Service</li>
<li>Insecure Configuration</li>
<li>Web Services</li>
<li>AJAX Security</li>
<li>Challenge</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.gudasoft.com/uncategorized/05/08/18/avoid-common-mistake-in-web-programming/2008/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

