<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; sql injection</title>
	<atom:link href="http://www.ghacks.net/tag/sql-injection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SQL Injection Attacks by Example</title>
		<link>http://www.ghacks.net/2006/06/06/sql-injection-attacks-by-example/</link>
		<comments>http://www.ghacks.net/2006/06/06/sql-injection-attacks-by-example/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 14:17:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql attacks]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/06/sql-injection-attacks-by-example/</guid>
		<description><![CDATA[SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.]]></description>
			<content:encoded><![CDATA[<p>SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.</p>
<p><a target="_blank" href="http://www.unixwiz.net/techtips/sql-injection.html"> SQL Injection Attacks by Example</a> gives you a detailed view how experts used the technique to break into a customers system.</p>
<blockquote><p>
<em>&#8220;There have been other papers on SQL injection, including some that are much more detailed, but this one shows the rationale of discovery as much as the process of exploitation.&#8221;</em>
</p></blockquote>
<p><span id="more-543"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/sql/" title="sql" rel="tag">sql</a>, <a href="http://www.ghacks.net/tag/sql-attacks/" title="sql attacks" rel="tag">sql attacks</a>, <a href="http://www.ghacks.net/tag/sql-injection/" title="sql injection" rel="tag">sql injection</a>, <a href="http://www.ghacks.net/tag/vulnerability/" title="vulnerability" rel="tag">vulnerability</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/05/16/sql-injection-walkthrough/" title="SQL Injection Walkthrough (May 16, 2006)">SQL Injection Walkthrough</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/27/you-better-stop-using-internet-explorer-for-now/" title="You better stop using Internet Explorer for now (June 27, 2008)">You better stop using Internet Explorer for now</a> (18)</li>
	<li><a href="http://www.ghacks.net/2008/03/19/vlc-player-vulnerability/" title="VLC Player Vulnerability (March 19, 2008)">VLC Player Vulnerability</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/03/31/send-windows-to-nirvana-with-an-animated-cursor/" title="Send Windows to Nirvana with an animated cursor (March 31, 2007)">Send Windows to Nirvana with an animated cursor</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/real-player-internet-explorer-vulnerability/" title="Real Player Internet Explorer vulnerability (March 13, 2008)">Real Player Internet Explorer vulnerability</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/06/sql-injection-attacks-by-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Injection Walkthrough</title>
		<link>http://www.ghacks.net/2006/05/16/sql-injection-walkthrough/</link>
		<comments>http://www.ghacks.net/2006/05/16/sql-injection-walkthrough/#comments</comments>
		<pubDate>Tue, 16 May 2006 07:07:49 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[hacking videos]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/05/16/sql-injection-walkthrough/</guid>
		<description><![CDATA[You might already know what sql injection means, in case you did not i post the definition of wikipedia:

SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.
]]></description>
			<content:encoded><![CDATA[<p>You might already know what sql injection means, in case you did not i post the definition of wikipedia:</p>
<blockquote><p><em>SQL injection is a security vulnerability that occurs in the database layer of an application. Its source is the incorrect escaping of dynamically-generated string literals embedded in SQL statements. It is in fact an instance of a more general class of vulnerabilities that can occur whenever one programming or scripting language is embedded inside another.</em></p></blockquote>
<p>What does it mean in plain english ? You try to utilise instances of a website that submits data to the webserver, this could be for example a login page, a form field or a comments form.</p>
<p>The article &#8220;<a href="http://www.securiteam.com/securityreviews/5DP0N1P76E.html" target="_blank">SQL Injection Walkthrough</a>&#8221; helps you identify vulnerable scripts and explains the methods to test, verify and exploit that vulnerability. After reading the article you will have a basic understanding of the technique, if you follow the links given at the end you will be able to read advanced topics on the subject.</p>
<p><span id="more-496"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/hacking/" title="Hacking" rel="tag">Hacking</a>, <a href="http://www.ghacks.net/tag/hacking-videos/" title="hacking videos" rel="tag">hacking videos</a>, <a href="http://www.ghacks.net/tag/sql/" title="sql" rel="tag">sql</a>, <a href="http://www.ghacks.net/tag/sql-injection/" title="sql injection" rel="tag">sql injection</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/06/06/sql-injection-attacks-by-example/" title="SQL Injection Attacks by Example (June 6, 2006)">SQL Injection Attacks by Example</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/03/27/weak-passwords/" title="Weak Passwords (March 27, 2007)">Weak Passwords</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/05/11/user-data-stolen-from-the-pirate-bay/" title="User Data Stolen from The Pirate Bay (May 11, 2007)">User Data Stolen from The Pirate Bay</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/27/use-netflix-watch-now-on-more-than-3-pcs/" title="Use Netflix Watch Now on more than 3 PCs (May 27, 2008)">Use Netflix Watch Now on more than 3 PCs</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/01/23/use-a-magnet-to-protect-your-pc/" title="Use a Magnet to protect your PC (January 23, 2008)">Use a Magnet to protect your PC</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/05/16/sql-injection-walkthrough/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
