<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Self-Inflicted SQL Injection – don&#8217;t quote me !</title>
	<atom:link href="http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%E2%80%93-dont-quote-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/</link>
	<description>Oracle - for when it was like that when you got there</description>
	<lastBuildDate>Wed, 01 May 2013 11:15:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ali</title>
		<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/#comment-540</link>
		<dc:creator><![CDATA[ali]]></dc:creator>
		<pubDate>Tue, 06 Jul 2010 20:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=311#comment-540</guid>
		<description><![CDATA[Sql injection tools pangolin liqidis havij jsky safe3 m4x Sqlihelper]]></description>
		<content:encoded><![CDATA[<p>Sql injection tools pangolin liqidis havij jsky safe3 m4x Sqlihelper</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martine</title>
		<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/#comment-137</link>
		<dc:creator><![CDATA[Martine]]></dc:creator>
		<pubDate>Thu, 18 Mar 2010 22:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=311#comment-137</guid>
		<description><![CDATA[Database links are object types that can have dots in the names; might want to exclude them from the allowable characters script:

AND REGEXP_INSTR(REGEXP_REPLACE(object_name, &#039;\$&#124;_&#124;\#&#039;,&#039;&#039;), &#039;[[:punct:]]&#124;[[:space:]]&#039;) &gt;0
and object_type  &#039;DATABASE LINK&#039;;

Also exclude legitimately-owned objects in the wrapper find:

WHERE UPPER(text) LIKE (&#039;%WRAPPED%&#039;)
and owner not in (&#039;SYS&#039;, &#039;SYSTEM&#039;,&#039;DBSNMP&#039;)

Enjoying your blog, and this post was especially delightful.]]></description>
		<content:encoded><![CDATA[<p>Database links are object types that can have dots in the names; might want to exclude them from the allowable characters script:</p>
<p>AND REGEXP_INSTR(REGEXP_REPLACE(object_name, &#8216;\$|_|\#&#8217;,&#8221;), &#8216;[[:punct:]]|[[:space:]]&#8217;) &gt;0<br />
and object_type  &#8216;DATABASE LINK&#8217;;</p>
<p>Also exclude legitimately-owned objects in the wrapper find:</p>
<p>WHERE UPPER(text) LIKE (&#8216;%WRAPPED%&#8217;)<br />
and owner not in (&#8216;SYS&#8217;, &#8216;SYSTEM&#8217;,'DBSNMP&#8217;)</p>
<p>Enjoying your blog, and this post was especially delightful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alam</title>
		<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/#comment-115</link>
		<dc:creator><![CDATA[Alam]]></dc:creator>
		<pubDate>Mon, 08 Mar 2010 11:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=311#comment-115</guid>
		<description><![CDATA[Great post! I’ve bookmarked your blog.]]></description>
		<content:encoded><![CDATA[<p>Great post! I’ve bookmarked your blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Week 7 in Review &#124; Infosec Events</title>
		<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/#comment-84</link>
		<dc:creator><![CDATA[Week 7 in Review &#124; Infosec Events]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 03:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=311#comment-84</guid>
		<description><![CDATA[[...] Self-Inflicted SQL Injection – don’t quote me ! &#8211; mikesmithers.wordpress.com But how can you be attacked when the attacker isn’t even around at the time ? [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Self-Inflicted SQL Injection – don’t quote me ! &#8211; mikesmithers.wordpress.com But how can you be attacked when the attacker isn’t even around at the time ? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A nice blog post about SQL Injection &#187; Musings on Database Security</title>
		<link>http://mikesmithers.wordpress.com/2010/02/11/self-inflicted-sql-injection-%e2%80%93-dont-quote-me/#comment-70</link>
		<dc:creator><![CDATA[A nice blog post about SQL Injection &#187; Musings on Database Security]]></dc:creator>
		<pubDate>Mon, 15 Feb 2010 21:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://mikesmithers.wordpress.com/?p=311#comment-70</guid>
		<description><![CDATA[[...] really well written blog post from Mike Smithers about the need to validate data from all sources &#8211; also coming from the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] really well written blog post from Mike Smithers about the need to validate data from all sources &#8211; also coming from the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
