<?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 auditing</title>
	<atom:link href="http://www.darknet.org.uk/tag/source-code-auditing/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>Flawfinder &#8211; Source Code Auditing Tool</title>
		<link>http://www.darknet.org.uk/2009/09/flawfinder-source-code-auditing-tool/</link>
		<comments>http://www.darknet.org.uk/2009/09/flawfinder-source-code-auditing-tool/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 09:46:04 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[General Hacking]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[flaw finder]]></category>
		<category><![CDATA[flawfinder]]></category>
		<category><![CDATA[source code auditing]]></category>
		<category><![CDATA[source code auditing tool]]></category>
		<category><![CDATA[static analysis]]></category>
		<category><![CDATA[static analysis tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=2065</guid>
		<description><![CDATA[Flawfinder is a program that examines source code and reports possible security weaknesses (flaws) sorted by risk level. It&#8217;s very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public. It&#8217;s a static analysis source code auditing tool. Flawfinder is specifically designed to be [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Flawfinder is a program that examines source code and reports possible security weaknesses (flaws) sorted by risk level. It&#8217;s very useful for quickly finding and removing at least some potential security problems before a program is widely released to the public. It&#8217;s a static analysis <a href="http://www.darknet.org.uk/tag/source-code-auditing/">source code auditing</a> tool.</p>
<p>Flawfinder is specifically designed to be easy to install and use. After installing it, at a command line just type:</p>
<pre><code>flawfinder directory_with_source_code</code></pre>
<p>Flawfinder works on Unix-like systems today (it&#8217;s been tested on GNU/Linux), and it should be easy to port to Windows systems. It requires Python 1.5 or greater to run (Python 1.3 or earlier won&#8217;t work).</p>
<p><strong>Speed</strong></p>
<p>Flawfinder is written in Python, to simplify the task of writing and extending it. Python code is not as fast as C code, but for the task I believe it&#8217;s just fine. Flawfinder version 0.12 on a 400Mhz Pentium II system analyzed 51055 lines in 39.7 seconds, resulting in an average of 1285 analyzed lines/second. Flawfinder 1.20 and later will report their speed (in analyzed lines/second) if you&#8217;re curious. </p>
<p><strong>How it works</strong></p>
<p>Flawfinder works by using a built-in database of C/C++ functions with well-known problems, such as buffer overflow risks (e.g., strcpy(), strcat(), gets(), sprintf(), and the scanf() family), format string problems ([v][f]printf(), [v]snprintf(), and syslog()), race conditions (such as access(), chown(), chgrp(), chmod(), tmpfile(), tmpnam(), tempnam(), and mktemp()), potential shell metacharacter dangers (most of the exec() family, system(), popen()), and poor random number acquisition (such as random()). The good thing is that you don&#8217;t have to create this database &#8211; it comes with the tool.</p>
<p>Flawfinder then takes the source code text, and matches the source code text against those names, while ignoring text inside comments and strings (except for flawfinder directives). Flawfinder also knows about gettext (a common library for internationalized programs), and will treat constant strings passed through gettext as though they were constant strings; this reduces the number of false hits in internationalized programs. </p>
<p>You can download Flawfinder here:</p>
<p><a href="http://www.dwheeler.com/flawfinder/flawfinder-1.27.tar.gz">flawfinder-1.27.tar.gz</a></p>
<p></p>
<p>Or read more <a href="http://www.dwheeler.com/flawfinder/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Flawfinder+%E2%80%93+Source+Code+Auditing+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D2065+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/2009/09/flawfinder-source-code-auditing-tool/&amp;t=Flawfinder+%E2%80%93+Source+Code+Auditing+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/2009/09/flawfinder-source-code-auditing-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/2009/09/flawfinder-source-code-auditing-tool/&amp;title=Flawfinder+%E2%80%93+Source+Code+Auditing+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/2009/09/flawfinder-source-code-auditing-tool/&amp;title=Flawfinder+%E2%80%93+Source+Code+Auditing+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/2009/09/flawfinder-source-code-auditing-tool/&amp;title=Flawfinder+%E2%80%93+Source+Code+Auditing+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/2009/09/flawfinder-source-code-auditing-tool/&amp;title=Flawfinder+%E2%80%93+Source+Code+Auditing+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%2F2009%2F09%2Fflawfinder-source-code-auditing-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/2009/09/flawfinder-source-code-auditing-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>Skavenger &#8211; source code auditing tool!</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/</link>
		<comments>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 03:34:20 +0000</pubDate>
		<dc:creator>backbone</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php auditing tool]]></category>
		<category><![CDATA[php code auditing]]></category>
		<category><![CDATA[php source code auditing]]></category>
		<category><![CDATA[skavenger]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source code auditing]]></category>
		<category><![CDATA[source code auditing tool]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/</guid>
		<description><![CDATA[Skavenger? Yes, because scavenger is already used?!? What is skavenger? Skavenger is a source code auditing tool, firstly though for php, but also used for any kind of source code file; as long as you know what to look for&#8230; Yes I thought is as a replacement tool for egrep/sed under Windows! because not everybody [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Skavenger? Yes, because scavenger is already used?!?</p>
<p>What is skavenger? Skavenger is a source code auditing tool, firstly though for php, but also used for any kind of source code file; as long as you know what to look for&#8230;</p>
<p>Yes I thought is as a replacement tool for egrep/sed under Windows! because not everybody installs cygwin (for example) under there windows boxes to perform source code auditing. I&#8217;ve seen people who most of the time used notepad to audit source code!</p>
<p>And more&#8230;<br />
Skavenger is more than a replacement for egrep/sed because it has the ability to parse conforming to a regular expression or a series of regular expressions more than one file; even a directory; and prints out line number&#8230; isn&#8217;t that sup4 l33t?</p>
<p>Anyway&#8230; for download and more info check out <a href="http://code.google.com/p/skavenger/">http://code.google.com/p/skavenger/</a>, because you can have a lot of fun with it; did I mention it was a console application?</p>
<p>P.S. You need php in order to use this script. Default values in regex.def check for primordial sql injection and XSS&#8230;.<br />
P.P.S. For more things to search for under php, check my article at <a href="http://insanesecurity.wordpress.com/2007/10/30/source-code-audit-php/">http://insanesecurity.wordpress.com/2007/10/30/source-code-audit-php/</a></p>
<p></p>
<p>Happy auditing! </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Skavenger+%E2%80%93+source+code+auditing+tool%21+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D738+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/2007/11/skavenger-source-code-auditing-tool/&amp;t=Skavenger+%E2%80%93+source+code+auditing+tool%21" 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/2007/11/skavenger-source-code-auditing-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/2007/11/skavenger-source-code-auditing-tool/&amp;title=Skavenger+%E2%80%93+source+code+auditing+tool%21" 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/2007/11/skavenger-source-code-auditing-tool/&amp;title=Skavenger+%E2%80%93+source+code+auditing+tool%21" 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/2007/11/skavenger-source-code-auditing-tool/&amp;title=Skavenger+%E2%80%93+source+code+auditing+tool%21" 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/2007/11/skavenger-source-code-auditing-tool/&amp;title=Skavenger+%E2%80%93+source+code+auditing+tool%21" 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%2F2007%2F11%2Fskavenger-source-code-auditing-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/2007/11/skavenger-source-code-auditing-tool/feed/</wfw:commentRss>
		<slash:comments>5</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>
		<item>
		<title>SpikeSource Spike PHP Security Audit Tool</title>
		<link>http://www.darknet.org.uk/2006/08/spikesource-spike-php-security-audit-tool/</link>
		<comments>http://www.darknet.org.uk/2006/08/spikesource-spike-php-security-audit-tool/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 03:13:49 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Countermeasures]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[code auditing tool]]></category>
		<category><![CDATA[code-audit]]></category>
		<category><![CDATA[code-auditing]]></category>
		<category><![CDATA[darknet]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[php-audit-tool]]></category>
		<category><![CDATA[php-security]]></category>
		<category><![CDATA[source code auditing]]></category>
		<category><![CDATA[spike]]></category>
		<category><![CDATA[spikesource]]></category>
		<category><![CDATA[static analysis]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2006/08/spikesource-spike-php-security-audit-tool/</guid>
		<description><![CDATA[Spike is an Open Source tool based on the popular RATS C based auditing tool implemented for PHP. The tool Spike basically does static analysis of php code for security exploits, PHP5 and call-time pass-by-reference are currently required, but a PHP4 version is coming out this week. This tool is especially welcomed by Darknet as [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>Spike is an Open Source tool based on the popular <a href="http://www.darknet.org.uk/2009/11/rats-rough-auditing-tool-for-security/">RATS</a> C based auditing tool implemented for PHP.</p>
<p>The tool Spike basically does static analysis of php code for security exploits, PHP5 and call-time pass-by-reference are currently required, but a PHP4 version is coming out this week.</p>
<p>This tool is especially welcomed by Darknet as there aren&#8217;t many static analysis tools out there that are free, and there are very few tools for auditing PHP code..which as we all known tends to be coded quite insecurely at times (just look at phpBB and PhpNUKE).</p>
<p>You can find the latest version here:</p>
<p></p>
<p><a href="http://developer.spikesource.com/projects/phpsecaudit">Spike PHP Audit Tool</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SpikeSource+Spike+PHP+Security+Audit+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D307+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/08/spikesource-spike-php-security-audit-tool/&amp;t=SpikeSource+Spike+PHP+Security+Audit+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/2006/08/spikesource-spike-php-security-audit-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/2006/08/spikesource-spike-php-security-audit-tool/&amp;title=SpikeSource+Spike+PHP+Security+Audit+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/2006/08/spikesource-spike-php-security-audit-tool/&amp;title=SpikeSource+Spike+PHP+Security+Audit+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/2006/08/spikesource-spike-php-security-audit-tool/&amp;title=SpikeSource+Spike+PHP+Security+Audit+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/2006/08/spikesource-spike-php-security-audit-tool/&amp;title=SpikeSource+Spike+PHP+Security+Audit+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%2F2006%2F08%2Fspikesource-spike-php-security-audit-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/2006/08/spikesource-spike-php-security-audit-tool/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

