<?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: Extracting Database Information from Information_Schema</title>
	<atom:link href="http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/feed/" rel="self" type="application/rss+xml" />
	<link>http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/</link>
	<description>Infinity Exists strives to disclose common hacking methods through easy to understand videos.</description>
	<lastBuildDate>Wed, 21 Jul 2010 21:24:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: INW Seguran&#231;a &#187; Extraindo informações com INFORMATION_SCHEMA</title>
		<link>http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/comment-page-1/#comment-39843</link>
		<dc:creator>INW Seguran&#231;a &#187; Extraindo informações com INFORMATION_SCHEMA</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://infinityexists.com/?p=690#comment-39843</guid>
		<description>[...] Fonte    Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] Fonte    Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlloveR</title>
		<link>http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/comment-page-1/#comment-39812</link>
		<dc:creator>AlloveR</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://infinityexists.com/?p=690#comment-39812</guid>
		<description>union select group_concat(table_name,0x3a,column_name) from ...</description>
		<content:encoded><![CDATA[<p>union select group_concat(table_name,0x3a,column_name) from &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlloveR</title>
		<link>http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/comment-page-1/#comment-39811</link>
		<dc:creator>AlloveR</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://infinityexists.com/?p=690#comment-39811</guid>
		<description>You can also use group_concat()
to display all of the rows in one query, in most cases.</description>
		<content:encoded><![CDATA[<p>You can also use group_concat()<br />
to display all of the rows in one query, in most cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrashOverron</title>
		<link>http://infinityexists.com/2009/08/10/extracting-database-information-from-information_schema/comment-page-1/#comment-39810</link>
		<dc:creator>CrashOverron</dc:creator>
		<pubDate>Tue, 11 Aug 2009 12:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://infinityexists.com/?p=690#comment-39810</guid>
		<description>good stuff =]] there is another way of finding columns only in a certain table by using the keyword &quot;WHERE&quot; so you could do something like

-1 union all select 1 from information_schema.columns where table_name=&quot;wp_users&quot;

although most sites will have the magic quotes so you will have to use the char(); also the LIMIT keyword also accepts an offset value which could be done LIMIT 51,1 and just keep changing the first value until you reach desired data</description>
		<content:encoded><![CDATA[<p>good stuff =]] there is another way of finding columns only in a certain table by using the keyword &#8220;WHERE&#8221; so you could do something like</p>
<p>-1 union all select 1 from information_schema.columns where table_name=&#8221;wp_users&#8221;</p>
<p>although most sites will have the magic quotes so you will have to use the char(); also the LIMIT keyword also accepts an offset value which could be done LIMIT 51,1 and just keep changing the first value until you reach desired data</p>
]]></content:encoded>
	</item>
</channel>
</rss>
