<?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>Darknet - The Darkside &#187; sql injection brute force tool</title>
	<atom:link href="http://www.darknet.org.uk/tag/sql-injection-brute-force-tool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:34:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>bsqlbf v2.3 Released &#8211; Blind SQL Injection Brute Forcing Tool</title>
		<link>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/</link>
		<comments>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:24:53 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[blind sql injection tool]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[bsqlbf]]></category>
		<category><![CDATA[hacking mysql]]></category>
		<category><![CDATA[hacking oracle]]></category>
		<category><![CDATA[hacking sql]]></category>
		<category><![CDATA[hacking-web-applications]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[mysql blind sql injection]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[perl script]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[sql injection brute force tool]]></category>
		<category><![CDATA[sql injection brute forcing]]></category>
		<category><![CDATA[sql-brute-force]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1857</guid>
		<description><![CDATA[This perl script allows extraction of data from Blind SQL Injections. It accepts custom SQL queries as a command line parameter and it works for both integer and string based injections. We reported bsqlbf when it first hit the net back in April 2006 with bsqlbf v1.1, then the v2.0 update in June 2008. This [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>This perl script allows extraction of data from Blind SQL Injections. It accepts custom SQL queries as a command line parameter and it works for both integer and string based injections.</p>
<p>We reported bsqlbf when it first hit the net back in April 2006 with <a href="http://www.darknet.org.uk/2006/04/bsqlbf-11-blind-sql-injection-tool/">bsqlbf v1.1</a>, then the <a href="http://www.darknet.org.uk/2008/06/bsqlbf-v2-blind-sql-injection-brute-forcer-tool/">v2.0 update</a> in June 2008. This new update adds much better Oracle support.</p>
<p>Databases supported:</p>
<ul>
<li>MS-SQL</li>
<li>
MySQL</li>
<li>PostgreSQL</li>
<li>Oracle </li>
</ul>
<p><strong>The 6 Attack Models</strong></p>
<ul>
<li>Type 0: Blind SQL Injection based on true and false conditions returned by back-end server</li>
<li>Type 1: Blind SQL Injection based on true and error(e.g syntax error) returned by back-end server.</li>
<li>Type 2: Blind SQL Injection in &#8220;order by&#8221; and &#8220;group by&#8221;.</li>
<li>
Type 3: extracting data with SYS privileges (ORACLE dbms_export_extension exploit)</li>
<li>Type 4: is O.S code execution (ORACLE dbms_export_extension exploit)</li>
<li>
Type 5: is reading files (ORACLE dbms_export_extension exploit, based on java) </li>
</ul>
<p><strong>New additions</strong></p>
<p> -type:        Type of injection:</p>
<p>        3:      Type 3  is extracting data with DBA privileges<br />
                 (e.g. Oracle password hashes from sys.user$)<br />
        4:      Type 4 is O.S code execution(default: ping 127.0.0.1)<br />
        5:      Type 5 is Reading O.S files(default: c:\boot.ini)</p>
<p>Type 4 (O.S code execution) supports the following sub types:</p>
<p> -stype:        How you want to execute command:</p>
<p>        0:      SType 0 (default) is based on java,<br />
                universal but won&#8217;t work against XE<br />
        1:      SType 1 against oracle 9 with plsql_native_make_utility<br />
        2:      SType 2 against oracle 10 with dbms_scheduler</p>
<p>You can download bsqlbf v2.3 here:</p>
<p><a href="http://bsqlbf-v2.googlecode.com/files/bsqlbf-v2-3.pl">bsqlbf-v2-3.pl</a></p>
<p></p>
<p>Or read more <a href="http://code.google.com/p/bsqlbf-v2/">here</a>.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D1857+from+%40THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;t=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.google.com/buzz/post?url=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;imageurl=" title="Post to Google Buzz"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/gbuzz/tt-gbuzz-micro3.png" alt="Post to Google Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;title=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;title=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/digg/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://reddit.com/submit?url=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;title=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool" title="Post to Reddit"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/reddit/tt-reddit-micro3.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/&amp;title=bsqlbf+v2.3+Released+%E2%80%93+Blind+SQL+Injection+Brute+Forcing+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/en/su/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p></div><div class="AWD_like_button "><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.darknet.org.uk%2F2009%2F07%2Fbsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool%2F&amp;send=false&amp;layout=standard&amp;width=&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=arial&amp;height=40" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:px; height:40px;" allowTransparency="true"></iframe></div>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/bsqlbf-v2-3-released-blind-sql-injection-brute-forcing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

