<?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; source-code-analysis</title>
	<atom:link href="http://www.darknet.org.uk/tag/source-code-analysis/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>SCARE &#8211; Source Code Analysis Risk Evaluation Tool</title>
		<link>http://www.darknet.org.uk/2008/02/scare-source-code-analysis-risk-evaluation-tool/</link>
		<comments>http://www.darknet.org.uk/2008/02/scare-source-code-analysis-risk-evaluation-tool/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 04:22:34 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[risk evaluation]]></category>
		<category><![CDATA[scare]]></category>
		<category><![CDATA[software-security]]></category>
		<category><![CDATA[source code auditing]]></category>
		<category><![CDATA[source-code-analysis]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2008/02/scare-source-code-analysis-risk-evaluation-tool/</guid>
		<description><![CDATA[The Source Code Analysis Risk Evaluation project is a study to create a security complexity metric that will analyze source code and provide a realistic and factual representation of the potential of that source code to create a problematic binary. This metric will not say that the binary will be exploited nor does it do [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>The Source Code Analysis Risk Evaluation project is a study to create a security complexity metric that will analyze source code and provide a realistic and factual representation of the potential of that source code to create a problematic binary. This metric will not say that the binary will be exploited nor does it do a static analysis for known limitations like vulnerabilities. However it will flag code for a particular interaction type or control and allow the developer to understand which Operational Security (OpSec) holes are not protected even if it can&#8217;t say the effectiveness of that protection at this time.</p>
<p>This computation will provide a final SCARE value, like the RAV, where 100% is the proper balance between controls to OpSec holes and no Limitations. Conversely, less than that shows an imbalance where too few Controls protect OpSec holes or Limitations in OpSec and Controls degrade the security.</p>
<p>The SCARE analysis tool is run against source code.  Currently only C code is supported.  The output file will contain all operational interactions possible which need controls (the current version does not yet say if and what controls are already there).  At the bottom of the list are three numbers: Visibilities, Access, and Trusts.  These 3 numbers can be plugged into the RAV Calculation spreadsheet available at <a href="http://www.isecom.org/ravs">http://www.isecom.org/ravs</a>.  The Delta value is then subtracted from 100 to give the SCARE percentage which indicates the complexity for securing this particular application.  The lower the value, the worse the SCARE.</p>
<p>At this stage, the tool cannot yet tell which interactions have controls already or if those controls are applicable however once that is available it will change the RAV but not the SCARE.  The SCARE will also not yet tell you where the bugs are in the code however if you are bug hunting, it will extract all the places where user inputs and trusts with user-accessible resources can be found in the code.</p>
<p>Currently, SCARE is designed to work for any programming language. While this methodology shows the C language, they need input and feedback from developers of other languages to expand this further.</p>
<p>If you are interested in helping with this project please <a href="http://www.isecom.org/contact.shtml">contact ISECOM</a>.</p>
<p>You can download SCARE here:</p>
<p><a href="http://www.isecom.info/mirror/scare_analyst.zip">scare_analyst.zip</a></p>
<p></p>
<p>Or you can read more <a href="http://www.isecom.org/scare">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D756+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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&amp;t=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool" 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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&amp;title=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool" 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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&amp;title=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool" 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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&amp;title=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool" 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/2008/02/scare-source-code-analysis-risk-evaluation-tool/&amp;title=SCARE+%E2%80%93+Source+Code+Analysis+Risk+Evaluation+Tool" 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%2F2008%2F02%2Fscare-source-code-analysis-risk-evaluation-tool%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/2008/02/scare-source-code-analysis-risk-evaluation-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<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>

