<?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: More on True And Error Blind Sql Injection</title>
	<atom:link href="http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/</link>
	<description>From Pentesters To Pentesters</description>
	<lastBuildDate>Sat, 22 Oct 2011 05:42:18 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Hemil</title>
		<link>http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/comment-page-1/#comment-100340</link>
		<dc:creator>Hemil</dc:creator>
		<pubDate>Mon, 29 Nov 2010 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=275#comment-100340</guid>
		<description>I am creating a vulnerable application for training and I remember reading article on your site.

http://blog.portswigger.net/2008/08/attacking-parameter-names.html

I am trying to add parameter name SQL Injection attack in the application. Following is c# code which I wrote -

                query = &quot;select * from Script where &quot; + name.ToString() + &quot;=&#039;&quot; + str + &quot;&#039;&quot;;
                SqlConnection mycn = new SqlConnection(ConnectionString);
                SqlCommand mycom = new SqlCommand(query, mycn);
                mycn.Open();
                SqlHelper obj = new SqlHelper();
                DataTable dt = obj.ExecuteDataTable(mycom);

URL - http://myapp/AcmeTrading/Searchresult.aspx?ScriptName=123

From your paper, I am not sure whether do I need to use some specific attack vector to exploit this. Can you please let me know if there is specific attack vector I need to use?

Your help is highly appreciated.

Thanks,</description>
		<content:encoded><![CDATA[<p>I am creating a vulnerable application for training and I remember reading article on your site.</p>
<p><a href="http://blog.portswigger.net/2008/08/attacking-parameter-names.html" rel="nofollow">http://blog.portswigger.net/2008/08/attacking-parameter-names.html</a></p>
<p>I am trying to add parameter name SQL Injection attack in the application. Following is c# code which I wrote -</p>
<p>                query = &#8220;select * from Script where &#8221; + name.ToString() + &#8220;=&#8217;&#8221; + str + &#8220;&#8216;&#8221;;<br />
                SqlConnection mycn = new SqlConnection(ConnectionString);<br />
                SqlCommand mycom = new SqlCommand(query, mycn);<br />
                mycn.Open();<br />
                SqlHelper obj = new SqlHelper();<br />
                DataTable dt = obj.ExecuteDataTable(mycom);</p>
<p>URL &#8211; <a href="http://myapp/AcmeTrading/Searchresult.aspx?ScriptName=123" rel="nofollow">http://myapp/AcmeTrading/Searchresult.aspx?ScriptName=123</a></p>
<p>From your paper, I am not sure whether do I need to use some specific attack vector to exploit this. Can you please let me know if there is specific attack vector I need to use?</p>
<p>Your help is highly appreciated.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sid</title>
		<link>http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/comment-page-1/#comment-90678</link>
		<dc:creator>sid</dc:creator>
		<pubDate>Wed, 30 Sep 2009 17:04:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=275#comment-90678</guid>
		<description>The RSS setting has been changed.</description>
		<content:encoded><![CDATA[<p>The RSS setting has been changed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: palako</title>
		<link>http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/comment-page-1/#comment-90673</link>
		<dc:creator>palako</dc:creator>
		<pubDate>Wed, 30 Sep 2009 12:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=275#comment-90673</guid>
		<description>For more techniques that apply to this scenario, check the arithmetic blind sql injection section from our presentation at Shmoocon: 
&lt;blockquote&gt;www.slideshare.net/chemai64/shmoocon-2009-replayingblindsql&lt;/blockquote&gt;


</description>
		<content:encoded><![CDATA[<p>For more techniques that apply to this scenario, check the arithmetic blind sql injection section from our presentation at Shmoocon: </p>
<blockquote><p><a href="http://www.slideshare.net/chemai64/shmoocon-2009-replayingblindsql" rel="nofollow">http://www.slideshare.net/chemai64/shmoocon-2009-replayingblindsql</a></p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: hello</title>
		<link>http://www.notsosecure.com/folder2/2009/09/30/more-on-true-and-error-blind-sql-injection/comment-page-1/#comment-90663</link>
		<dc:creator>hello</dc:creator>
		<pubDate>Wed, 30 Sep 2009 09:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.notsosecure.com/folder2/?p=275#comment-90663</guid>
		<description>Hi,Sid.
Why not let your rss Content display fully?</description>
		<content:encoded><![CDATA[<p>Hi,Sid.<br />
Why not let your rss Content display fully?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

