<?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>Darknet - The Darkside &#187; J2EE</title>
	<atom:link href="http://www.darknet.org.uk/tag/j2ee/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LAPSE Sourcecode Analysis for JAVA J2EE Web Applications</title>
		<link>http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/</link>
		<comments>http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 08:26:35 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[application-security]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[J2EE]]></category>
		<category><![CDATA[J2EE-security]]></category>
		<category><![CDATA[JAVA-analysis]]></category>
		<category><![CDATA[JAVA-auditing]]></category>
		<category><![CDATA[JAVA-security]]></category>
		<category><![CDATA[java-web-applications]]></category>
		<category><![CDATA[LAPSE]]></category>
		<category><![CDATA[source code auditing]]></category>
		<category><![CDATA[source-code-analysis]]></category>
		<category><![CDATA[sourcecode-analysis]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/</guid>
		<description><![CDATA[LAPSE stands for a Lightweight Analysis for Program Security in Eclipse. LAPSE is designed to help with the task of auditing Java J2EE applications for common types of security vulnerabilities found in Web applications. LAPSE was developed by Benjamin Livshits as part of the Griffin Software Security Project. LAPSE targets the following Web application vulnerabilities: [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>LAPSE stands for a Lightweight Analysis for Program Security in Eclipse. LAPSE is designed to help with the task of auditing Java J2EE applications for common types of security vulnerabilities found in Web applications. LAPSE was developed by Benjamin Livshits as part of the Griffin Software Security Project.</p>
<p>LAPSE targets the following Web application vulnerabilities:</p>
<ul>
<li>Parameter manipulation</li>
<li>SQL injections</li>
<li>Header manipulation</li>
<li>Cross-site scripting</li>
<li>Cookie poisoning</li>
<li>HTTP splitting</li>
<li>Command-line parameters</li>
<li>Path traversal  </li>
</ul>
<p>What should you do to avoid these vulnerabilities in your code? How do we protect Web applications from exploits? The proper way to deal with these types of attacks is by sanitizing the tainted input. Please refer to the OWASP guide to find out more about Web application security.</p>
<p>If you are interested in auditing a Java Web application, LAPSE helps you in the following ways:</p>
<ul>
<li>Identify taint sources</li>
<li>Identify taint sinks</li>
<li>Find paths between sources and sinks </li>
</ul>
<p>LAPSE is inspired by existing lightweight security auditing tools such as <a href="http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/">RATS</a>, pscan, and FlawFinder. Unlike those tools, however, LAPSE addresses vulnerabilities in Web applications. LAPSE is not intended as a comprehensive solution for Web application security, but rather as an aid in the code review process. Those looking for more comprehensive tools are encouraged to look at some of the tools produced by Fortify or Secure Software.</p>
<p><a href="http://suif.stanford.edu/~livshits/work/lapse/">Read more about LAPSE HERE.</a></p>
<p>You can download LAPSE here:</p>
<p></p>
<p><a href="http://suif.stanford.edu/~livshits/work/lapse/download.html">LAPSE: Web Application Security Scanner for Java</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D359+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;t=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;title=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;title=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;title=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/&amp;title=LAPSE+Sourcecode+Analysis+for+JAVA+J2EE+Web+Applications" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2006%2F10%2Flapse-sourcecode-analysis-for-java-j2ee-web-applications%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2006/10/lapse-sourcecode-analysis-for-java-j2ee-web-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

