<?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: Sql Injections and Securing Clipshare Vulnerabilities</title>
	<atom:link href="http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx</link>
	<description>C# articles and tutorials on SharpDeveloper.NET</description>
	<lastBuildDate>Sun, 05 Sep 2010 04:33:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: eddybear</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-59</link>
		<dc:creator>eddybear</dc:creator>
		<pubDate>Sat, 20 Sep 2008 04:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-59</guid>
		<description>  henke37, what does your thing mean.. .can you say that in plain english :D </description>
		<content:encoded><![CDATA[<p>henke37, what does your thing mean.. .can you say that in plain english <img src='http://www.sharpdeveloper.net/content/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasad</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-22</link>
		<dc:creator>prasad</dc:creator>
		<pubDate>Thu, 27 Dec 2007 09:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-22</guid>
		<description>  Hi,
I have bug in sql injection.when i am giving user name and password as
&#039; or 1=1--

i could able to login sucessfully.please give me the solution to fix the bug.


rgds,
Prasad. </description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have bug in sql injection.when i am giving user name and password as<br />
&#8216; or 1=1&#8211;</p>
<p>i could able to login sucessfully.please give me the solution to fix the bug.</p>
<p>rgds,<br />
Prasad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sameer Alibhai</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-18</link>
		<dc:creator>Sameer Alibhai</dc:creator>
		<pubDate>Mon, 15 Oct 2007 10:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-18</guid>
		<description>That is so true... but the point of this article was to have a quick and dirty way to protect the site, anyway it will stop most kiddy hackers. :) Sameer</description>
		<content:encoded><![CDATA[<p>That is so true&#8230; but the point of this article was to have a quick and dirty way to protect the site, anyway it will stop most kiddy hackers. <img src='http://www.sharpdeveloper.net/content/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Sameer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: henke37</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-17</link>
		<dc:creator>henke37</dc:creator>
		<pubDate>Mon, 15 Oct 2007 09:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-17</guid>
		<description>Renaming the table/db/field is not going to hide the info, there is meta tables, that can not be renamed, that can be queried for the names.

Also, I think that the best way to make immune scripts is to use the parameterized queries, those where the database engine binds the input after compiling the query.</description>
		<content:encoded><![CDATA[<p>Renaming the table/db/field is not going to hide the info, there is meta tables, that can not be renamed, that can be queried for the names.</p>
<p>Also, I think that the best way to make immune scripts is to use the parameterized queries, those where the database engine binds the input after compiling the query.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abelkakraba</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-13</link>
		<dc:creator>abelkakraba</dc:creator>
		<pubDate>Wed, 12 Sep 2007 13:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-13</guid>
		<description>good</description>
		<content:encoded><![CDATA[<p>good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shweta Jain</title>
		<link>http://www.sharpdeveloper.net/content/archive/2007/07/02/fix-clipshare-the-easy-way.aspx/comment-page-1#comment-12</link>
		<dc:creator>Shweta Jain</dc:creator>
		<pubDate>Wed, 22 Aug 2007 03:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://migrate.sharpdeveloper.net/content/?p=159#comment-12</guid>
		<description>HOW to use LIKE keyword with % sign in SQL Query for preventing the SQL Injection? </description>
		<content:encoded><![CDATA[<p>HOW to use LIKE keyword with % sign in SQL Query for preventing the SQL Injection?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
