<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Skavenger - source code auditing tool!</title>
	<atom:link href="http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<pubDate>Tue, 07 Oct 2008 03:15:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: lain</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72998</link>
		<dc:creator>lain</dc:creator>
		<pubDate>Thu, 15 Nov 2007 00:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72998</guid>
		<description>kinda old ,, but gonna try it anyway ;)</description>
		<content:encoded><![CDATA[<p>kinda old ,, but gonna try it anyway <img src='http://www.darknet.org.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pantagruel</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72626</link>
		<dc:creator>Pantagruel</dc:creator>
		<pubDate>Mon, 12 Nov 2007 12:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72626</guid>
		<description>With -Bogwitch-

Any tools helping me to audit my make shift code is welcome. 
OK I am able to filter out the most common mistakes made, but that hardly makes up for the tons of other not so obvious errors put in while burning the midnight oil.</description>
		<content:encoded><![CDATA[<p>With -Bogwitch-</p>
<p>Any tools helping me to audit my make shift code is welcome.<br />
OK I am able to filter out the most common mistakes made, but that hardly makes up for the tons of other not so obvious errors put in while burning the midnight oil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogwitch</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72473</link>
		<dc:creator>Bogwitch</dc:creator>
		<pubDate>Sat, 10 Nov 2007 23:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72473</guid>
		<description>I hate code audit. ANYTHING that helps with the process is fine by me!</description>
		<content:encoded><![CDATA[<p>I hate code audit. ANYTHING that helps with the process is fine by me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: backbone</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72408</link>
		<dc:creator>backbone</dc:creator>
		<pubDate>Sat, 10 Nov 2007 13:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72408</guid>
		<description>php skavenger.php -r "/.*invent.*/i" -f darknet-article

Wierd it seems I never said invent?! I never said it's new?! Oh yes I know, someone wasn't attentive...

DA&lt;b&gt;php&lt;/b&gt;scan a.k.a. php source code auditing tool
Skavenger a.k.a. *source* code auditing tool

What? There is a difference?

It is not a replacement for specialized code auditing tools for specific languages like: SpikeSource, PMD, LAPSE (more info! search box on the right)

This script is for those who know what to look for in a source code, as said a replacement to egrep/sed (you know there are people who audit with them).... was I  evil?</description>
		<content:encoded><![CDATA[<p>php skavenger.php -r &#8220;/.*invent.*/i&#8221; -f darknet-article</p>
<p>Wierd it seems I never said invent?! I never said it&#8217;s new?! Oh yes I know, someone wasn&#8217;t attentive&#8230;</p>
<p>DA<b>php</b>scan a.k.a. php source code auditing tool<br />
Skavenger a.k.a. *source* code auditing tool</p>
<p>What? There is a difference?</p>
<p>It is not a replacement for specialized code auditing tools for specific languages like: SpikeSource, PMD, LAPSE (more info! search box on the right)</p>
<p>This script is for those who know what to look for in a source code, as said a replacement to egrep/sed (you know there are people who audit with them)&#8230;. was I  evil?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hahaha</title>
		<link>http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72383</link>
		<dc:creator>hahaha</dc:creator>
		<pubDate>Sat, 10 Nov 2007 05:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/skavenger-source-code-auditing-tool/#comment-72383</guid>
		<description>Hey man, this kind of tools existed for ages ... You didn't invent anything ... Check DAphpscan http://mgsdl.free.fr/?2:0, I did not try your tool but the one I'm posting is really *really* shit, but it's exactly what you've just release. Now the difference that may do that your tool becomes good is the regex you've put in.

Peace.</description>
		<content:encoded><![CDATA[<p>Hey man, this kind of tools existed for ages &#8230; You didn&#8217;t invent anything &#8230; Check DAphpscan <a href="http://mgsdl.free.fr/?2:0" rel="nofollow">http://mgsdl.free.fr/?2:0</a>, I did not try your tool but the one I&#8217;m posting is really *really* shit, but it&#8217;s exactly what you&#8217;ve just release. Now the difference that may do that your tool becomes good is the regex you&#8217;ve put in.</p>
<p>Peace.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
