<?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-map</title>
	<atom:link href="http://www.darknet.org.uk/tag/sql-map/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>SQLBrute &#8211; SQL Injection Brute Force Tool</title>
		<link>http://www.darknet.org.uk/2007/06/sqlbrute-sql-injection-brute-force-tool/</link>
		<comments>http://www.darknet.org.uk/2007/06/sqlbrute-sql-injection-brute-force-tool/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 06:03:09 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sql-brute-force]]></category>
		<category><![CDATA[sql-hacking]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-map]]></category>
		<category><![CDATA[sqlbrute]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/06/sqlbrute-sql-injection-brute-force-tool/</guid>
		<description><![CDATA[SQLBrute is a tool for brute forcing data out of databases using blind SQL injection vulnerabilities. It supports time based and error based exploit types on Microsoft SQL Server, and error based exploit on Oracle. It is written in Python, uses multi-threading, and doesn&#8217;t require non-standard libraries (there is some code in there for pycurl, [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>SQLBrute is a tool for brute forcing data out of databases using blind SQL injection vulnerabilities. It supports time based and error based exploit types on Microsoft SQL Server, and error based exploit on Oracle. It is written in Python, uses multi-threading, and doesn&#8217;t require non-standard libraries (there is some code in there for pycurl, but it is disabled because it isn&#8217;t finished).</p>
<p>For error based SQL injection, SQLBrute should work, if you can either:</p>
<ul>
<li>Get an identifiable difference between adding the exploit strings AND 1=1 and AND 1=2 to your SQL injection point (usually works if the query is normally valid)</li>
<li>Get an identifiable difference between adding the exploit strings OR 1=1 and OR 1=2 to your SQL injection point (usually works if the query is normally invalid)</li>
</ul>
<p>For time based SQL injection, SQLBrute should work if you can use exploit syntax similar to ;waitfor delay &#8217;0:0:5&#8242; to generate a time delay in Microsoft SQL Server.</p>
<p>Here is the options printed from SQLBrute when you run it with no options:</p>
<pre><code>
 ___  _____  __    ____  ____  __  __  ____  ____
/ __)(  _  )(  )  (  _ \(  _ \(  )(  )(_  _)( ___)
\__ \ )(_)(  )(__  ) _ < )   / )(__)(   )(   )__)
(___/(___/\\(____)(____/(_)\_)(______) (__) (____)

    Usage: ./sqlbrute.py options url
            [--help|-h]
            [--verbose|-v]
            [--server|-d oracle|sqlserver]
            [--error|-e regex]
            [--threads|-s number]
            [--cookie|-k string]
            [--time|-n]
            [--data|-p string]
            [--database|-f database]
            [--table|-t table]
            [--column|-c column]
            [--where|-w column=data]
            [--header|-x header::val]</pre>
<p></code></p>
<p>Full details and usage notes can be found here:</p>
<p><a href="http://www.justinclarke.com/archives/2006/03/sqlbrute.html">Using SQLBrute to brute force data from a blind SQL injection point</a></p>
<p>You can download SQLBrute here:</p>
<p></p>
<p><a href="http://www.justinclarke.com/security/sqlbrute.py">sqlbrute.py</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D528+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/2007/06/sqlbrute-sql-injection-brute-force-tool/&amp;t=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+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/2007/06/sqlbrute-sql-injection-brute-force-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/2007/06/sqlbrute-sql-injection-brute-force-tool/&amp;title=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+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/2007/06/sqlbrute-sql-injection-brute-force-tool/&amp;title=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+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/2007/06/sqlbrute-sql-injection-brute-force-tool/&amp;title=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+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/2007/06/sqlbrute-sql-injection-brute-force-tool/&amp;title=SQLBrute+%E2%80%93+SQL+Injection+Brute+Force+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%2F2007%2F06%2Fsqlbrute-sql-injection-brute-force-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/2007/06/sqlbrute-sql-injection-brute-force-tool/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>sqlmap &#8211; Automated Blind SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2007/02/sqlmap-automated-blind-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2007/02/sqlmap-automated-blind-sql-injection-tool/#comments</comments>
		<pubDate>Sat, 17 Feb 2007 12:24:27 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Security Software]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[blind-sql-injection]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sql-hacking]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-map]]></category>
		<category><![CDATA[sqlmap]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/02/sqlmap-automated-blind-sql-injection-tool/</guid>
		<description><![CDATA[sqlmap is an automatic blind SQL injection tool, developed in python, capable of enumerating an entire remote database, performing an active database fingerprint and much more. The aim of this project is to implement a fully functional database mapper tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities. [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>sqlmap is an automatic blind SQL injection tool, developed in python, capable of enumerating an entire remote database, performing an active database fingerprint and much more. The aim of this project is to implement a fully functional database mapper tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities.</p>
<p><strong>Features</strong></p>
<ul>
<li>Test of the remote url stability, based on page hash or string match;</li>
<li>Identification of url dynamic parameters;</li>
<li>Test numeric, string (single quote and double quotes) SQL injection on all url dynamic parameters and at first vulnerable it will be used to perform the future SQL injections;</li>
<li>Possible selection of HTTP method for testing and exploiting dynamic parameters, GET or POST (default: GET);</li>
<li>Fingerprint of web application database back-end based upon specific queries output which identify database characteristics and banner grabbing;</li>
<li>Random HTTP User-Agent header selection;</li>
<li>HTTP Cookie header provided, useful when web application requires authorization based on cookies and you an account;</li>
<li>Provide an anonymous HTTP proxy address to pass by request to the target url;</li>
<li>Other command line parameters to get database banner, enumerate databases, tables, columns, dump values, retrieve an arbitrary file content and provide own SQL expression to query remote database;</li>
<li>Debug output messages in verbose mode execution;</li>
<li>PHP setting magic_quotes_gpc evasion by encoding every query string, between single quotes, with CHAR (or similar) database function.</li>
</ul>
<p>You can find out more at <a href="http://sqlmap.sourceforge.net/">http://sqlmap.sourceforge.net/</a> and the documentation is available <a href="http://sqlmap.sourceforge.net/#docs">here</a>.</p>
<p>You can download sqlmap at:</p>
<p><a href="https://sourceforge.net/project/showfiles.php?group_id=171598&#038;package_id=196107">sqlmap Files Page</a></p>
<p>For the development release you can browse its SourceForge SVN repository or directly download the source code:</p>
<p></p>
<pre><code>$ svn co https://sqlmap.svn.sourceforge.net/svnroot/sqlmap sqlmap</code></pre>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+Tool+http%3A%2F%2Fdarknet.org.uk%2F%3Fp%3D444+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/2007/02/sqlmap-automated-blind-sql-injection-tool/&amp;t=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+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/2007/02/sqlmap-automated-blind-sql-injection-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/2007/02/sqlmap-automated-blind-sql-injection-tool/&amp;title=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+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/2007/02/sqlmap-automated-blind-sql-injection-tool/&amp;title=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+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/2007/02/sqlmap-automated-blind-sql-injection-tool/&amp;title=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+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/2007/02/sqlmap-automated-blind-sql-injection-tool/&amp;title=sqlmap+%E2%80%93+Automated+Blind+SQL+Injection+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%2F2007%2F02%2Fsqlmap-automated-blind-sql-injection-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/2007/02/sqlmap-automated-blind-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

