<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fuzzor &#8211; an Oracle fuzzer</title>
	<atom:link href="http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/</link>
	<description>Slavik&#039;s Blog</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:21:01 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oracle CPU Dissected &#187; Musings on Database Security</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3827</link>
		<dc:creator>Oracle CPU Dissected &#187; Musings on Database Security</dc:creator>
		<pubDate>Tue, 21 Jul 2009 20:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3827</guid>
		<description>[...] code fix but do not understand the vulnerability or do not know how to successfully exploit it, a fuzzer may come in handy. Running a good fuzzer on the old version of the fixed function or procedure [...]</description>
		<content:encoded><![CDATA[<p>[...] code fix but do not understand the vulnerability or do not know how to successfully exploit it, a fuzzer may come in handy. Running a good fuzzer on the old version of the fixed function or procedure [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CG</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3700</link>
		<dc:creator>CG</dc:creator>
		<pubDate>Mon, 19 Jan 2009 01:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3700</guid>
		<description>hey all for documentation! thanks for the script, will give it a go this week.</description>
		<content:encoded><![CDATA[<p>hey all for documentation! thanks for the script, will give it a go this week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Finnigan</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3692</link>
		<dc:creator>Pete Finnigan</dc:creator>
		<pubDate>Fri, 16 Jan 2009 13:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3692</guid>
		<description>Thanks for the code Slavik, it looks very useful. I have written an entry in my blog highlighgting your code - &lt;a href=&quot;http://www.petefinnigan.com/weblog/archives/00001227.htm&quot; rel=&quot;nofollow&quot;&gt;A PL/SQL Fuzzer / Fuzzor&lt;/a&gt;. One comment I have is that the report could be more clear, in that it could summarise a run, and highlight the potential errors only rather than a long list of results where we need to look for val=Y.

hope this helps

Cheers

Pete</description>
		<content:encoded><![CDATA[<p>Thanks for the code Slavik, it looks very useful. I have written an entry in my blog highlighgting your code &#8211; <a href="http://www.petefinnigan.com/weblog/archives/00001227.htm" rel="nofollow">A PL/SQL Fuzzer / Fuzzor</a>. One comment I have is that the report could be more clear, in that it could summarise a run, and highlight the potential errors only rather than a long list of results where we need to look for val=Y.</p>
<p>hope this helps</p>
<p>Cheers</p>
<p>Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slavik</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3675</link>
		<dc:creator>Slavik</dc:creator>
		<pubDate>Wed, 07 Jan 2009 18:25:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3675</guid>
		<description>@Steven
Hi Steven, thanks for checking the Fuzzor out. Indeed, the commit was missing after the inserts. I thought I added it but I guess I forgot...What Oracle version are you using? Can you send me the test package you are trying to fuzz (slavik at sentrigo.com)?
Regarding your question about datatypes - you should add the relevant ones to fuzz_input or fuzz_input_defaults.
If there is enough interest i.e. at least one more guy commenting :-) I will create a project with documentation, etc. and provide bug fixes.

Mainly, I believe that what is missing is support for Oracle object types.

Thanks,
Slavik</description>
		<content:encoded><![CDATA[<p>@Steven<br />
Hi Steven, thanks for checking the Fuzzor out. Indeed, the commit was missing after the inserts. I thought I added it but I guess I forgot&#8230;What Oracle version are you using? Can you send me the test package you are trying to fuzz (slavik at sentrigo.com)?<br />
Regarding your question about datatypes &#8211; you should add the relevant ones to fuzz_input or fuzz_input_defaults.<br />
If there is enough interest i.e. at least one more guy commenting <img src='http://www.slaviks-blog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  I will create a project with documentation, etc. and provide bug fixes.</p>
<p>Mainly, I believe that what is missing is support for Oracle object types.</p>
<p>Thanks,<br />
Slavik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Feuerstein</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3674</link>
		<dc:creator>Steven Feuerstein</dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:29:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3674</guid>
		<description>Do I need to install my own input values into the fuzz_input tables for other datatypes like INTEGER? Are you planning on writing up some doc to show examples and help people use this more effectively?</description>
		<content:encoded><![CDATA[<p>Do I need to install my own input values into the fuzz_input tables for other datatypes like INTEGER? Are you planning on writing up some doc to show examples and help people use this more effectively?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Feuerstein</title>
		<link>http://www.slaviks-blog.com/2009/01/06/fuzzor-an-oracle-fuzzer/comment-page-1/#comment-3673</link>
		<dc:creator>Steven Feuerstein</dc:creator>
		<pubDate>Wed, 07 Jan 2009 15:27:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.slaviks-blog.com/?p=80#comment-3673</guid>
		<description>You need a commit at the end of create_fuzzed_tables.</description>
		<content:encoded><![CDATA[<p>You need a commit at the end of create_fuzzed_tables.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.010 seconds -->
