<?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>Ascii for Breakfast &#187; column fuzzer</title>
	<atom:link href="http://www.xenuser.org/tag/column-fuzzer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xenuser.org</link>
	<description></description>
	<lastBuildDate>Tue, 29 Nov 2011 23:19:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Simple SQL Injection Vulnerability Scanner 0.5 released</title>
		<link>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/</link>
		<comments>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 21:15:45 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[column fuzzer]]></category>
		<category><![CDATA[Penetration Testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[scanner]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Security Assessment]]></category>
		<category><![CDATA[Simple SQL Injection Vulnerability Scanner]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[vulnerability scanner]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=947</guid>
		<description><![CDATA[Today I am releasing version 0.5 of my Simple SQL Injection Vulnerability Scanner. [Download here] It contains all the features from the first released version 0.3 and now contains &#8211; in addition &#8211; a column fuzzer. Simply start a scan by using python sqli_scanner.py -u &#8220;target&#8221; and then start fuzzing by using the parameter -fuzz [...]]]></description>
			<content:encoded><![CDATA[<p>Today I am releasing version 0.5 of my Simple SQL Injection Vulnerability Scanner.<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download here</a>]</p>
<p>It contains all the features from the first released version 0.3 and now contains &#8211; in addition &#8211; a column fuzzer. Simply start a scan by using python sqli_scanner.py -u &#8220;target&#8221; and then start fuzzing by using the parameter -fuzz &#8220;exploit url&#8221;. The exploit url will be provided by the scanner (when a vulnerability was found). <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=947" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/06/17/simple-sql-injection-vulnerability-scanner-0-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Automated Column Finder for SQL Injection released</title>
		<link>http://www.xenuser.org/2010/05/22/full-automated-column-finder-for-sql-injection-released/</link>
		<comments>http://www.xenuser.org/2010/05/22/full-automated-column-finder-for-sql-injection-released/#comments</comments>
		<pubDate>Sat, 22 May 2010 16:58:28 +0000</pubDate>
		<dc:creator>valentin</dc:creator>
				<category><![CDATA[SQL Injection]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[column finder]]></category>
		<category><![CDATA[column fuzzer]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[Full Automated Column Finder for SQL Injection]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[vulnerability]]></category>

		<guid isPermaLink="false">http://www.xenuser.org/?p=782</guid>
		<description><![CDATA[Edit 23th May: Version 1.1 released. Today I released the Full Automated Column Finder for SQL Injection (Python script). It is a column fuzzer which helps you saving time. [Download here] Description The Full Automated Column Finder helps you to determine the correct amount of columns of the current SQL query. It is useful for [...]]]></description>
			<content:encoded><![CDATA[<p>Edit 23th May: Version 1.1 released.</p>
<p>Today I released the Full Automated Column Finder for SQL Injection (Python script). It is a column fuzzer which helps you saving time.<br />
[<a href="http://www.xenuser.org/my-tools/" target="_blank">Download here</a>]</p>
<p><strong>Description</strong><br />
The Full Automated Column Finder helps you to determine the correct amount of columns of the current SQL query. It is useful for SQL injection and safes you some time fuzzing manually.<br />
After the correct amount of columns was found, a sample URL for exploiting the SQL injection vulnerability can be displayed.</p>
<p><a href="http://www.xenuser.org/wp-content/uploads/2010/05/column_finder1.png"><img class="aligncenter size-medium wp-image-785" title="Full Automated Column Finder for SQL Injection by Valentin Hoebel" src="http://www.xenuser.org/wp-content/uploads/2010/05/column_finder1-300x156.png" alt="Full Automated Column Finder for SQL Injection by Valentin Hoebel" width="300" height="156" /></a></p>
<p>Example: Let&#8217;s say you found a SQL injection vulnerability within a website and want to exploit it by using UNION SELECT.<br />
E.g. http://127.0.0.1/index.php?id=[SQL Injection]</p>
<p>You would have to determine the amount of table columns first before you successfully can start exploiting the vulnerability. My tool can help to save time:</p>
<address>root@localhost: python column_finder.py -u http://127.0.0.1/index.php?id=1</address>
<address>&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;</address>
<address>Full Automated Column Finder for SQL Injectionby Valentin Hoebel (valentin@xenuser.org)</address>
<address>Version: 1.0 (22th May 2010)</address>
<address>&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;</address>
<address>&gt;&gt; Checking if connection can be established&#8230;<br />
&gt;&gt; Connected to target! URL seems to be valid.</address>
<address>&gt;&gt; Trying to find the correct number of columns&#8230;</address>
<address>&gt;&gt; Correct number of columns found!</address>
<address>&gt;&gt; Amount:  23</address>
<address>&gt;&gt; Do you want to have a sample URL for exploiting? (Yes/No) No</address>
<address>&gt;&gt; Ok, bye =)</address>
<address></address>
<address></address>
<p> <img src="http://www.xenuser.org/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=782" width="1" height="1" style="display: none;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xenuser.org/2010/05/22/full-automated-column-finder-for-sql-injection-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

