<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.netlobo.com/commentsrss.php?aid=6" rel="self" type="application/rss+xml" />
		<title>Comments on: Preventing MySQL Injection attacks with PHP</title>
		<description>Using PHP in preventing MySQL injection attacks on your site</description>
		<link>http://www.netlobo.com/comments/preventing_mysql_injection</link>
		<language>en-us</language>
		<copyright>Copyright 2010, Netlobo.com</copyright>
		<lastBuildDate>Tue, 23 Mar 2010 12:29:18 GMT</lastBuildDate>
		<generator>Netlobo In-house RSS v1.4</generator>
		<item>
			<title>vv-reflex</title>
			<description>You should set the single quote for the numeric values too !&lt;br /&gt;
Otherwise  an efficient attack is:&lt;br /&gt;
map.php?id=24%20and%203%3D8%20union%20select%200x2128265E29284023... (cut url).&lt;br /&gt;
This attack allow hacker to browser your database !</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-535</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-535</guid>
			<pubDate>Tue, 23 Mar 2010 00:55:42 GMT</pubDate>
		</item>
		<item>
			<title>jurerick</title>
			<description>Wow great! thnx</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-480</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-480</guid>
			<pubDate>Fri, 09 Oct 2009 10:04:59 GMT</pubDate>
		</item>
		<item>
			<title>NachoF</title>
			<description>I am trying to replicate this vulnerabilities but I can never seem to actually exploit it...&lt;br /&gt;
&lt;br /&gt;
$sql=&amp;quot;SELECT login, password,privilegio FROM usuario WHERE login='&amp;quot;.$login.&amp;quot;' AND password='&amp;quot;.$password.&amp;quot;'&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
I have tried typing ' OR ''='' into my input text box but it never passes the &lt;br /&gt;
  if($num_rows&amp;gt;=1)&lt;br /&gt;
  {&lt;br /&gt;
  header(&amp;quot;Location: frame1.html?nom=$login&amp;quot;);&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
When I normally type the correct name and password it does.&lt;br /&gt;
</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-315</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-315</guid>
			<pubDate>Thu, 28 Aug 2008 01:07:17 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>This code does not rely on a call to session_start(). You must have something else in your code that relies upon it.</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-311</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-311</guid>
			<pubDate>Tue, 19 Aug 2008 15:30:27 GMT</pubDate>
		</item>
		<item>
			<title>killbill</title>
			<description>Is there some reason I am missing why this code will only work when I create a session with session_start()&lt;br /&gt;
&lt;br /&gt;
When I run this code on a form without session_start() is does not work?</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-300</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-300</guid>
			<pubDate>Fri, 25 Jul 2008 19:19:07 GMT</pubDate>
		</item>
		<item>
			<title>Robert</title>
			<description>the quote_smart function given here, taken from the php docs, has some flaws. you should refer to the notes in the documentation for updated versions and discussion on changes&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://us3.php.net/manual/en/function.mysql-real-escape-string.php#78893&quot; rel=&quot;nofollow&quot;&gt;http://us3.php.net/manual/en/function.mysql-real-escape-string.php#78893&lt;/a&gt;</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-135</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-135</guid>
			<pubDate>Thu, 29 Nov 2007 18:07:27 GMT</pubDate>
		</item>
		<item>
			<title>lobo235</title>
			<description>I am not familiar with MSSQL. I have only worked with Oracle and MySQL.</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-129</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-129</guid>
			<pubDate>Tue, 20 Nov 2007 16:10:03 GMT</pubDate>
		</item>
		<item>
			<title>senthil</title>
			<description>Its very good and it works fine &lt;br /&gt;
very useful function u have written &lt;br /&gt;
how to handle this in the case of mssql.&lt;br /&gt;
Expecting your reply</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-128</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-128</guid>
			<pubDate>Tue, 20 Nov 2007 11:10:26 GMT</pubDate>
		</item>
		<item>
			<title>deepak</title>
			<description>This is great web site to a beginer as well as a professional....&lt;br /&gt;
Really marvelleous...&lt;br /&gt;
Thanks fro this knid of depth internal knowledge...&lt;br /&gt;
Its really intresting to read this...</description>
			<link>http://www.netlobo.com/comments/preventing_mysql_injection#comment-112</link>
			<guid>http://www.netlobo.com/comments/preventing_mysql_injection#comment-112</guid>
			<pubDate>Tue, 06 Nov 2007 13:29:18 GMT</pubDate>
		</item>
	</channel>
</rss>

<!-- pageGen: 0.132 secs -->
<!-- memcache hits: 0 memcache misses: 2 -->