<?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; Database Hacking</title>
	<atom:link href="http://www.darknet.org.uk/tag/database-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darknet.org.uk</link>
	<description>Ethical Hacking, Penetration Testing &#38; Computer Security</description>
	<lastBuildDate>Fri, 12 Mar 2010 08:12:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sqlmap 0.7 Released &#8211; Automatic SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 10:42:55 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlmap]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1958</guid>
		<description><![CDATA[We&#8217;ve been following sqlmap since it first came out in Feburary 2007 and it&#8217;s been quite some time since the last update sqlmap 0.6.3 in December 2008. 
For those not familiar with the tool, sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been following sqlmap since it <a href="http://www.darknet.org.uk/2007/02/sqlmap-automated-blind-sql-injection-tool/">first came out in Feburary 2007</a> and it&#8217;s been quite some time since the last update <a href="http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/">sqlmap 0.6.3 in December 2008</a>. </p>
<p>For those not familiar with the tool, sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in web applications.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specified DBMS tables/columns, run his own SQL statement, read or write either text or binary files on the file system, execute arbitrary commands on the operating system, establish an out-of-band stateful connection between the attacker box and the database server via Metasploit payload stager, database stored procedure buffer overflow exploitation or SMB relay attack and more.</p>
<p><strong>Recent Changes</strong></p>
<p>Along all the takeover features introduced in sqlmap 0.7 release candidate 1, some of the new features include:</p>
<ul>
<li>Adapted Metasploit wrapping functions to work with latest 3.3 development version too.</li>
<li>Adjusted code to make sqlmap 0.7 to work again on Mac OSX too.</li>
<li>Reset takeover OOB features (if any of &#8211;os-pwn, &#8211;os-smbrelay or &#8211;os-bof is selected) when running under Windows because msfconsole and msfcli are not supported on the native Windows Ruby interpreter.</li>
<li>This make sqlmap 0.7 to work again on Windows too.</li>
<li>Minor improvement so that sqlmap tests also all parameters with no value (eg. par=).</li>
<li>HTTPS requests over HTTP proxy now work on either Python 2.4, 2.5 and 2.6+.</li>
</ul>
<p><script type="text/javascript"><!--
google_ad_client = "pub-3033787195489589";
google_alternate_ad_url = "http://www.darknet.org.uk/google_adsense_script.html";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel ="9647861209";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "df6f0b";
google_color_url = "df6f0b";
google_color_text = "000000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p>For a complete list of changes view the <a href="http://sqlmap.sourceforge.net/doc/ChangeLog">ChangeLog</a>.</p>
<p>The manual is available here &#8211; <a href="http://sqlmap.sourceforge.net/doc/README.pdf">README.pdf</a> [PDF]</p>
<p>You can download sqlmap 0.7 here:</p>
<p>Linux Source: <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.7.tar.gz">sqlmap-0.7.tar.gz</a><br />
Windows Portable: <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.7_exe.zip">sqlmap-0.7_exe.zip</a></p>
<p>Or read more <a href="http://sqlmap.sourceforge.net/">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlmap+0.7+Released+%E2%80%93+Automatic+SQL+Injection+Tool+http://bit.ly/ybADo+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.7+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/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/sqlmap-0-7-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.7+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/&amp;t=sqlmap+0.7+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.7+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/07/sqlmap-0-7-released-automatic-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>sqlsus 0.2 Released &#8211; MySQL Injection &amp; Takeover Tool</title>
		<link>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/</link>
		<comments>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 05:06: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[hacking mysql]]></category>
		<category><![CDATA[mysql hacking]]></category>
		<category><![CDATA[mysql injection tool]]></category>
		<category><![CDATA[mysql takeover tool]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlsus]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1566</guid>
		<description><![CDATA[sqlsus is an open source MySQL injection and takeover tool, written in perl.
Via a command line interface that mimics a mysql console, you can retrieve the database structure, inject a SQL query, download files from the web server, upload and control a backdoor, and much more&#8230;
It is designed to maximize the amount of data gathered [...]]]></description>
			<content:encoded><![CDATA[<p>sqlsus is an open source MySQL injection and takeover tool, written in perl.</p>
<p>Via a command line interface that mimics a mysql console, you can retrieve the database structure, inject a SQL query, download files from the web server, upload and control a backdoor, and much more&#8230;</p>
<p>It is designed to maximize the amount of data gathered per web server hit, making the best use of MySQL functions to optimize the available injection space.</p>
<p><!--adsense#New468--></p>
<p>sqlsus is focused on PHP/MySQL installations, and integrates some neat features, some of them being really specific to this DBMS.</p>
<p>It is not and won&#8217;t ever be a SQL injection scanner, it starts its job on the next step.</p>
<p>Both quoted and numeric injections are supported.</p>
<p>All quoted texts can be translated as their hex equivalent (eg : &#8220;sqlsus&#8221; will become 0&#215;73716c737573)</p>
<p>sqlsus also supports these 2 scenarios of injection :</p>
<ul>
<li>sighted : the result of the request will be in the HTML returned by the web server</li>
<li>blind : when you can&#8217;t see the result of the request directly</li>
</ul>
<p>Support for GET and POST parameters injections.</p>
<p>Support for HTTP proxy and HTTP simple authentication.</p>
<p>Full logging support of your queries and the answers, allowing you to recall a command and its cached answer, even in a later re-use of the session.</p>
<p><!--adsense#New468--></p>
<p>Key variables can be edited on the fly, saved per session, and can be loaded in a later session on the same target server.</p>
<p><strong>Requirements</strong></p>
<p>On a Debian system, in addition to perl, you will need the following packages :</p>
<ul>
<li>libterm-readline-perl-perl</li>
<li>libipc-shareable-perl</li>
<li>libwww-mechanize-perl</li>
</ul>
<p>It also requires previous SQL injection knowledge, and.. well.. a brain helps.</p>
<p>You can download sqlsus 0.2 here:</p>
<p><a href="http://downloads.sourceforge.net/sqlsus/sqlsus-0.2.tgz">sqlsus-0.2.tgz</a></p>
<p>Or read more <a href="http://sqlsus.sourceforge.net/">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlsus+0.2+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool+http://bit.ly/Akup0+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.2+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.2+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/&amp;t=sqlsus+0.2+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/&amp;title=sqlsus+0.2+Released+%E2%80%93+MySQL+Injection+%26+Takeover+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2009/03/sqlsus-02-released-mysql-injection-takeover-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlmap 0.6.3 Released &#8211; Automatic SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 12:02:17 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlmap]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1324</guid>
		<description><![CDATA[sqlmap is an automatic SQL injection tool developed in Python. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back end database management system [...]]]></description>
			<content:encoded><![CDATA[<p>sqlmap is an automatic SQL injection tool developed in Python. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specific DBMS  tables/columns, run his own SQL SELECT statement, read specific files on the file system and much more..</p>
<p><!--adsense#New468--></p>
<p><strong>Changes</strong></p>
<p>Some of the new features include:</p>
<ul>
<li>
Major enhancement to get list of targets to test from Burp proxy requests log file path or WebScarab proxy &#8216;conversations/&#8217; folder path with option -l;</li>
<li>Major enhancement to support Partial UNION query SQL injection technique;</li>
<li>Major enhancement to test if the web application technology sup ports stacked queries (multiple statements) by providing option &#8211;stacked-test which will be then used someday also by takeover functionality;</li>
<li>Major enhancement to test if the injectable parameter is affected by a time based blind SQL injection technique by providing option &#8211;time-test;</li>
<li>Major bug fix to correctly enumerate columns on Microsoft SQL Server;</li>
<li>Major bug fix so that when the user provide a SELECT statement to be processed with an asterisk as columns, now it also work if in the FROM<br />
there is no database name specified;</li>
</ul>
<p><!--adsense#New468--></p>
<p><a href="http://sqlmap.sourceforge.net/doc/ChangeLog">Complete ChangeLog</a></p>
<p>You can download sqlmap 0.6.3 here:</p>
<p><a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.3.tar.gz">sqlmap-0.6.3.tar.gz</a> (Linux)<br />
<a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.3_exe.zip">sqlmap-0.6.3_exe.zip</a> (Windows)</p>
<p>Or read more <a href="http://sqlmap.sourceforge.net/">here</a> (<a href="http://sqlmap.sourceforge.net/doc/README.pdf">User Manual</a>).</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlmap+0.6.3+Released+%E2%80%93+Automatic+SQL+Injection+Tool+http://bit.ly/kWc6D+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.3+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.3+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/&amp;t=sqlmap+0.6.3+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.3+Released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/12/sqlmap-063-released-automatic-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlmap 0.6.1 released &#8211; Automatic SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 08:01:32 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[database-security]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[sqlmap]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=1162</guid>
		<description><![CDATA[sqlmap is an automatic SQL injection tool developed in Python. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, [...]]]></description>
			<content:encoded><![CDATA[<p>sqlmap is an automatic SQL injection tool developed in Python. Its goal is to detect and take advantage of SQL injection vulnerabilities on web applications. Once it detects one or more SQL injections on the target host, the user can choose among a variety of options to perform an extensive back-end database management system fingerprint, retrieve DBMS session user and database, enumerate users, password hashes, privileges, databases, dump entire or user&#8217;s specific DBMS tables/columns, run his own SQL SELECT statement, read specific files on the file system and much more.</p>
<p><strong>Features</strong></p>
<ul>
<li>Full support for MySQL, Oracle, PostgreSQL and Microsoft SQL Server back-end database management systems. Besides these four database management systems, sqlmap can also identify Microsoft Access, DB2, Informix, Sybase and Interbase.</li>
<li>Extensive back-end database management system fingerprint based upon inband error messages, banner parsing, functions output comparison and specific features such as MySQL comment injection. It is also possible to force the back-end database management system name if you already know it.</li>
<li>Full support for two SQL injection techniques: blind SQL injection and inband SQL injection.</li>
</ul>
<p><!--adsense#New468--></p>
<p><strong>Changes</strong></p>
<p>Some of the new features include:</p>
<ul>
<li>Added a Metasploit Framework 3 auxiliary module to run sqlmap;</li>
<li>Implemented possibility to test for and inject also on LIKE statements;</li>
<li>Implemented &#8211;start and &#8211;stop options to set the first and the last table entry to dump;</li>
<li>Added non-interactive/batch-mode (&#8211;batch) option to make it easy to wrap sqlmap in Metasploit and any other tool.</li>
</ul>
<p>Complete list of changes at <a href="http://sqlmap.sourceforge.net/doc/ChangeLog">ChangeLog</a>.</p>
<p><!--adsense#New468--></p>
<p>You can also grab the <a href="http://sqlmap.sourceforge.net/doc/README.pdf">User Manual</a> here.</p>
<p>You can download sqlmap 0.6.1 here:</p>
<p>Source &#8211; <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.1.tar.gz">sqlmap-0.6.1.tar.gz</a></p>
<p>Windows &#8211; <a href="http://downloads.sourceforge.net/sqlmap/sqlmap-0.6.1_exe.zip">sqlmap-0.6.1_exe.zip</a></p>
<p>Or read more <a href="http://sqlmap.sourceforge.net/">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlmap+0.6.1+released+%E2%80%93+Automatic+SQL+Injection+Tool+http://bit.ly/3Jjl98+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.1+released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.1+released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/&amp;t=sqlmap+0.6.1+released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/&amp;title=sqlmap+0.6.1+released+%E2%80%93+Automatic+SQL+Injection+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/10/sqlmap-061-released-automatic-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>sqlninja 0.2.3 released &#8211; Advanced Automated SQL Injection Tool for MS-SQL</title>
		<link>http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/</link>
		<comments>http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/#comments</comments>
		<pubDate>Fri, 30 May 2008 07:51:18 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking-database]]></category>
		<category><![CDATA[hacking-ms-sql]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sqlninja]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-application-testing]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=863</guid>
		<description><![CDATA[We&#8217;ve been folowing the development of sqlninja since the early days, it&#8217;s growing into a well matured and more polished tool with advanced features.
Sqlninja is a tool written in PERL to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been folowing the development of <a href="http://www.darknet.org.uk/tag/sqlninja/">sqlninja</a> since the early days, it&#8217;s growing into a well matured and more polished tool with advanced features.</p>
<p>Sqlninja is a tool written in PERL to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote access on the vulnerable DB server, even in a very hostile environment. It should be used by penetration testers to help and automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered.</p>
<p><!--adsense#New468--></p>
<p><strong>Features</strong></p>
<ul>
<li>Fingerprint of the remote SQL Server (version, user performing the queries, user privileges, xp_cmdshell availability, authentication mode)</li>
<li>Bruteforce of &#8217;sa&#8217; password, both dictionary-based and incremental</li>
<li>Privilege escalation to &#8217;sa&#8217; if its password has been found</li>
<li>Creation of a custom xp_cmdshell if the original one has been disabled</li>
<li>
Upload of netcat.exe (or any other executable) using only 100% ASCII GET/POST requests, so no need for FTP connections</li>
<li>TCP/UDP portscan from the target SQL Server to the attacking machine, in order to find a port that is allowed by the firewall of the target network and use it for a reverse shell</li>
<li>Direct and reverse bindshell, both TCP and UDP</li>
<li>DNS-tunneled pseudo-shell, when no TCP/UDP ports are available for a direct/reverse shell, but the DB server can resolve external hostnames</li>
<li>Evasion techniques, in order to obfuscate the injected code and confuse/bypass signature-based IPS and application firewalls</li>
</ul>
<p><!--adsense#New468--></p>
<p>Fancy going from a SQL Injection to a full GUI access on the DB server? What about extracting password hashes on the fly? Take a few SQL Injection tricks, add a couple of remote shots in the registry to disable Data Execution Prevention, mix with a little Perl that automatically generates a debug script, put all this in a shaker with a Metasploit wrapper, shake well and you have the latest release of sqlninja! See it in action <a href="http://sqlninja.sourceforge.net/sqlninjademo.html">here</a>.</p>
<p><strong>What&#8217;s new in 0.2.3?</strong></p>
<ul>
<li>A Metasploit3 wrapper, which allows the user to use SQL Injection to execute Metasploit payloads on the remote DB server</li>
<li>Several other minor improvements</li>
</ul>
<p>You can download sqlninja 0.2.3 here:</p>
<p><a href="http://downloads.sourceforge.net/sqlninja/sqlninja-0.2.3.tgz">sqlninja-0.2.3.tgz</a></p>
<p>Or read more <a href="http://sqlninja.sourceforge.net">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlninja+0.2.3+released+%E2%80%93+Advanced+Automated+SQL+Injection+Tool+for+MS-SQL+http://bit.ly/4ttLCu+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/&amp;title=sqlninja+0.2.3+released+%E2%80%93+Advanced+Automated+SQL+Injection+Tool+for+MS-SQL" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/&amp;title=sqlninja+0.2.3+released+%E2%80%93+Advanced+Automated+SQL+Injection+Tool+for+MS-SQL" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/&amp;t=sqlninja+0.2.3+released+%E2%80%93+Advanced+Automated+SQL+Injection+Tool+for+MS-SQL" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/&amp;title=sqlninja+0.2.3+released+%E2%80%93+Advanced+Automated+SQL+Injection+Tool+for+MS-SQL" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/05/sqlninja-023-released-advanced-automated-sql-injection-tool-for-ms-sql/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>sqlninja 0.2.2 Released for Download &#8211; SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 04:39:02 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking-database]]></category>
		<category><![CDATA[hacking-ms-sql]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sqlninja]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-application-testing]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/?p=788</guid>
		<description><![CDATA[Sqlninja is a tool to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote shell on the vulnerable DB server, even in a very hostile environment. It should be used by penetration testers to help and automate the process of [...]]]></description>
			<content:encoded><![CDATA[<p>Sqlninja is a tool to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote shell on the vulnerable DB server, even in a very hostile environment. It should be used by penetration testers to help and automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered.</p>
<p><!--adsense#New468--></p>
<p>It is written in Perl, it is released under the GPLv2 and so far has been successfully tested on:</p>
<ul>
<li>Linux</li>
<li>
FreeBSD</li>
<li>Mac OS X</li>
</ul>
<p><strong>Features</strong></p>
<ul>
<li>Fingerprint of the remote SQL Server (version, user performing the queries, user privileges, xp_cmdshell availability, authentication mode)</li>
<li>Bruteforce of &#8217;sa&#8217; password, both dictionary-based and incremental</li>
<li>Privilege escalation to &#8217;sa&#8217; if its password has been found</li>
<li>Creation of a custom xp_cmdshell if the original one has been disabled</li>
<li>Upload of netcat.exe (or any other executable) using only 100% ASCII GET/POST requests, so no need for FTP connections</li>
<li>TCP/UDP portscan from the target SQL Server to the attacking machine, in order to find a port that is allowed by the firewall of the target network and use it for a reverse shell</li>
<li>Direct and reverse bindshell, both TCP and UDP</li>
<li>DNS-tunneled pseudo-shell, when no TCP/UDP ports are available for a direct/reverse shell, but the DB server can resolve external hostnames</li>
</ul>
<p><!--adsense#New468--></p>
<p><strong>What&#8217;s new</strong></p>
<ul>
<li>Evasion techniques, in order to obfuscate the injected code and confuse/bypass signature-based IPS and application firewalls</li>
<li>A more sophisticated upload module</li>
<li>A new &#8216;blind execution&#8217; attack mode, useful to issue commands and performs diagnostics when other modes fail</li>
<li>Automatic URL-encoding now is performed only on sqlninja generated SQL code, giving the user a more granular control on the exploit strings</li>
</ul>
<p>You can download Sqlninja 0.2.2 here:</p>
<p><a href="http://downloads.sourceforge.net/sqlninja/sqlninja-0.2.2.tgz">sqlninja-0.2.2.tgz</a></p>
<p>Or read more <a href="http://sqlninja.sourceforge.net">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlninja+0.2.2+Released+for+Download+%E2%80%93+SQL+Injection+Tool+http://bit.ly/4EbmYq+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/&amp;title=sqlninja+0.2.2+Released+for+Download+%E2%80%93+SQL+Injection+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/&amp;title=sqlninja+0.2.2+Released+for+Download+%E2%80%93+SQL+Injection+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/&amp;t=sqlninja+0.2.2+Released+for+Download+%E2%80%93+SQL+Injection+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/&amp;title=sqlninja+0.2.2+Released+for+Download+%E2%80%93+SQL+Injection+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/04/sqlninja-022-released-for-download-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlmap 0.5 &#8211; Automated SQL Injection Tool</title>
		<link>http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/</link>
		<comments>http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 08:46:05 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[automatic sql injection]]></category>
		<category><![CDATA[database enumeration]]></category>
		<category><![CDATA[database fingerprinting]]></category>
		<category><![CDATA[hacking-databases]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sqlmap]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/</guid>
		<description><![CDATA[sqlmap is an automatic SQL injection tool entirely developed in Python. It is capable to perform an extensive database management system back-end fingerprint, retrieve remote DBMS databases, usernames, tables, columns, enumerate entire DBMS, read system files and much more taking advantage of web application programming security flaws that lead to SQL injection vulnerabilities.

Features

Full support for [...]]]></description>
			<content:encoded><![CDATA[<p>sqlmap is an automatic SQL injection tool entirely developed in Python. It is capable to perform an extensive database management system back-end fingerprint, retrieve remote DBMS databases, usernames, tables, columns, enumerate entire DBMS, read system files and much more taking advantage of web application programming security flaws that lead to SQL injection vulnerabilities.</p>
<p><!--adsense#New468--></p>
<p><strong>Features</strong></p>
<ul>
<li>Full support for MySQL, Oracle, PostgreSQL and Microsoft SQL Server database management system back-end.</li>
<li>Can also identify Microsoft Access, DB2, Informix and Sybase;</li>
<li>Extensive database management system back-end fingerprint based upon:</li>
<li>- Inband DBMS error messages</li>
<li> &#8211; DBMS banner parsing</li>
<li> &#8211; DBMS functions output comparison</li>
<li> &#8211; DBMS specific features such as MySQL comment injection</li>
<li> &#8211; Passive SQL injection fuzzing</li>
<li>It fully supports two SQL injection techniques:</li>
<li> &#8211; Blind SQL injection, also known as Inference SQL injection</li>
<li> &#8211; Inband SQL injection, also known as UNION query SQL injection</li>
</ul>
<p><!--adsense#New468--></p>
<p>You can find the documentation here:</p>
<p>sqlmap README (<a href="http://sqlmap.svn.sourceforge.net/viewvc/*checkout*/sqlmap/doc/README.html">HTML</a> and <a href="http://sqlmap.svn.sourceforge.net/viewvc/*checkout*/sqlmap/doc/README.pdf">PDF</a>)</p>
<p>You can download sqlmap 0.5 here:</p>
<p><a href="https://sourceforge.net/project/showfiles.php?group_id=171598&#038;package_id=196107">sqlmap-0.5 (tar/zip)</a></p>
<p>Or read more <a href="http://sqlmap.sourceforge.net">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlmap+0.5+%E2%80%93+Automated+SQL+Injection+Tool+http://bit.ly/2adRBh+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/&amp;title=sqlmap+0.5+%E2%80%93+Automated+SQL+Injection+Tool" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/&amp;title=sqlmap+0.5+%E2%80%93+Automated+SQL+Injection+Tool" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/&amp;t=sqlmap+0.5+%E2%80%93+Automated+SQL+Injection+Tool" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/&amp;title=sqlmap+0.5+%E2%80%93+Automated+SQL+Injection+Tool" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2008/01/sqlmap-05-automated-sql-injection-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>sqlninja 0.2.1-r1 &#8211; SQL Injection Tool for MS-SQL Released for Download</title>
		<link>http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/</link>
		<comments>http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/#comments</comments>
		<pubDate>Tue, 20 Nov 2007 07:58:00 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking-database]]></category>
		<category><![CDATA[hacking-websites]]></category>
		<category><![CDATA[ms-sql]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sqlninja]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[web-application-security]]></category>
		<category><![CDATA[web-application-testing]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/</guid>
		<description><![CDATA[Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote shell on the vulnerable DB server, even in a very hostile environment. It should be used by penetration testers to help and automate the process [...]]]></description>
			<content:encoded><![CDATA[<p>Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote shell on the vulnerable DB server, even in a very hostile environment. It should be used by penetration testers to help and automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered.</p>
<p>It is written in perl and so far has been successfully tested on:</p>
<ul>
<li>Linux</li>
<li>FreeBSD</li>
<li>Mac OS X</li>
</ul>
<p><!--adsense--></p>
<p><strong>Features</strong></p>
<ul>
<li>Fingerprint of the remote SQL Server (version, user performing the queries, user privileges, xp_cmdshell availability, DB authentication mode)</li>
<li>Bruteforce of &#8217;sa&#8217; password (in 2 flavors: dictionary-based and incremental)</li>
<li>Privilege escalation to sysadmin group if &#8217;sa&#8217; password has been found</li>
<li>Creation of a custom xp_cmdshell if the original one has been removed</li>
<li>Upload of netcat (or any other executable) using only normal HTTP requests (no FTP/TFTP needed)</li>
<li>TCP/UDP portscan from the target SQL Server to the attacking machine, in order to find a port that is allowed by the firewall of the target network and use it for a reverse shell</li>
<li>Direct and reverse bindshell, both TCP and UDP</li>
<li>DNS-tunneled pseudo-shell, when no TCP/UDP ports are available for a direct/reverse shell, but the DB server can resolve external hostnames (check the documentation for details about how this works)</li>
</ul>
<p><!--adsense--></p>
<p><strong>What&#8217;s New</strong></p>
<ul>
<li>A new flavor of bruteforce attack, performed remotely on the target DB Server by using its own CPU resources (use it with caution !)</li>
<li>Detection of the authentication mode (mixed or Windows-only), which is useful to understand whether the bruteforce attack to the &#8217;sa&#8217; account can succeed or not</li>
<li>Documentation is now in HTML format, which should make things much easier for new users</li>
<li>Several bugfixes and minor improvements</li>
</ul>
<p>You can download sqlninja 0.2.1-r1 here:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=152677">sqlninja 0.2.1-r1</a></p>
<p>Or read more <a href="http://sqlninja.sourceforge.net">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=sqlninja+0.2.1-r1+%E2%80%93+SQL+Injection+Tool+for+MS-SQL+Released+for+Download+http://bit.ly/2YcqqY+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/&amp;title=sqlninja+0.2.1-r1+%E2%80%93+SQL+Injection+Tool+for+MS-SQL+Released+for+Download" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/&amp;title=sqlninja+0.2.1-r1+%E2%80%93+SQL+Injection+Tool+for+MS-SQL+Released+for+Download" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/&amp;t=sqlninja+0.2.1-r1+%E2%80%93+SQL+Injection+Tool+for+MS-SQL+Released+for+Download" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/&amp;title=sqlninja+0.2.1-r1+%E2%80%93+SQL+Injection+Tool+for+MS-SQL+Released+for+Download" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/11/sqlninja-021-r1-sql-injection-tool-for-ms-sql-released-for-download/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>mssql-hax0r v0.9 &#8211; Multi-purpose MS-SQL injection script</title>
		<link>http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/</link>
		<comments>http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/#comments</comments>
		<pubDate>Fri, 10 Aug 2007 04:54:56 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Web Hacking]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hacking-databases]]></category>
		<category><![CDATA[hacking-ms-sql]]></category>
		<category><![CDATA[ms-sql-security]]></category>
		<category><![CDATA[sql-injection]]></category>
		<category><![CDATA[sql-injection-tool]]></category>
		<category><![CDATA[web-application-hacking]]></category>
		<category><![CDATA[web-application-security]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/</guid>
		<description><![CDATA[mssql-hax0r v0.9 is a Multi-purpose MS-SQL injection attack tool for advanced Microsoft SQL Server exploitation. Three modes of operation are currently available: info (Information Gathering), dump (Record Dump), and brute (Brute Force).
You may need to tweak the code a bit to make it fit your needs (i.e. modifying the injection string and/or the language used [...]]]></description>
			<content:encoded><![CDATA[<p>mssql-hax0r v0.9 is a Multi-purpose MS-SQL injection attack tool for advanced Microsoft SQL Server exploitation. Three modes of operation are currently available: info (Information Gathering), dump (Record Dump), and brute (Brute Force).</p>
<p>You may need to tweak the code a bit to make it fit your needs (i.e. modifying the injection string and/or the language used by the RDBMS).</p>
<p><!--adsense--></p>
<p><strong>TODO (v1.0):</strong></p>
<ul>
<li>fix italian language support (test platform needed)</li>
<li>info mode: add logins target (master..sysxlogins) [name,dbname,password]</li>
<li>brute mode: automatic login grabbing feature?</li>
<li>info mode: add sys target (xtype=&#8217;S')?</li>
<li>
info mode: implement better types/keys dumping</li>
<li>add a command execution mode via master..xp_cmdshell?</li>
<li>add a privileged testing mode for post-auth vulnerabilities</li>
</ul>
<p><!--adsense--></p>
<p>It&#8217;s a fairly early version, I&#8217;ve been watching it since v0.1 &#8211; it&#8217;s a little more polished now but it&#8217;s still definitely a tool for more advanced users.</p>
<p>I&#8217;m sure some of you will find it useful.</p>
<p>Grab it here:</p>
<p><a href="http://www.0xdeadbeef.info/code/mssql-hax0r">mssql-hax0r</a></p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=mssql-hax0r+v0.9+%E2%80%93+Multi-purpose+MS-SQL+injection+script+http://bit.ly/2TSHXA+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/&amp;title=mssql-hax0r+v0.9+%E2%80%93+Multi-purpose+MS-SQL+injection+script" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/&amp;title=mssql-hax0r+v0.9+%E2%80%93+Multi-purpose+MS-SQL+injection+script" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/&amp;t=mssql-hax0r+v0.9+%E2%80%93+Multi-purpose+MS-SQL+injection+script" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/&amp;title=mssql-hax0r+v0.9+%E2%80%93+Multi-purpose+MS-SQL+injection+script" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/08/mssql-hax0r-v09-multi-purpose-ms-sql-injection-script/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Inguma &#8211; Penetration Testing Toolkit</title>
		<link>http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/</link>
		<comments>http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 08:32:39 +0000</pubDate>
		<dc:creator>Darknet</dc:creator>
				<category><![CDATA[Database Hacking]]></category>
		<category><![CDATA[Exploits/Vulnerabilities]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Password Cracking]]></category>
		<category><![CDATA[brute-forcing]]></category>
		<category><![CDATA[exploits]]></category>
		<category><![CDATA[fuzzing]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[inguma]]></category>
		<category><![CDATA[inguma-penetration-testing]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[pen-testing-toolkit]]></category>
		<category><![CDATA[penetration-testing]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[toolkit]]></category>
		<category><![CDATA[vulnerabilities]]></category>
		<category><![CDATA[vulnerability-assessment]]></category>

		<guid isPermaLink="false">http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/</guid>
		<description><![CDATA[Inguma is a penetration testing toolkit entirely written in python. The framework includes modules to discover hosts, gather information about, fuzz targets, brute force user names and passwords and, of course, exploits for many products.
Inguma the word is the name of a Basque&#8217;s mythological spirit who kills people while sleeping and, also, the one who [...]]]></description>
			<content:encoded><![CDATA[<p>Inguma is a penetration testing toolkit entirely written in python. The framework includes modules to discover hosts, gather information about, fuzz targets, brute force user names and passwords and, of course, exploits for many products.</p>
<p>Inguma the word is the name of a Basque&#8217;s mythological spirit who kills people while sleeping and, also, the one who make the nightmares.</p>
<p><!--adsense--></p>
<p>It was initially oriented to attack Oracle related systems but it can be used for any kind of setup.</p>
<p>What are the discover and gather modules you may ask? Discover modules are used to detect networks and host; gather modules are used to  determine what services are listening at the host, what operative system is being used, what service pack, etc&#8230;</p>
<p>Sadly at this time it doesn&#8217;t work at all on Win32, again the problem with RAW sockets and the Scapy library won&#8217;t work for Win32. If you are running Win2k you might have less problems.</p>
<p>It&#8217;s a very early version of the software and development seems to have been quiet lately, I hope more people can contribute to this project and get it moving again.</p>
<p><!--adsense--></p>
<p>It certainly has promise!</p>
<p>You can download Inguma here:</p>
<p><a href="http://sourceforge.net/project/showfiles.php?group_id=188246&#038;package_id=220086&#038;release_id=486921">inguma0.0.2.tar.gz</a></p>
<p>Or read more <a href="http://sourceforge.net/projects/inguma">here</a>.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Inguma+%E2%80%93+Penetration+Testing+Toolkit+http://bit.ly/2BKZvU+from+@THEdarknet" title="Post to Twitter"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/&amp;title=Inguma+%E2%80%93+Penetration+Testing+Toolkit" title="Post to Delicious"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/&amp;title=Inguma+%E2%80%93+Penetration+Testing+Toolkit" title="Post to Digg"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/&amp;t=Inguma+%E2%80%93+Penetration+Testing+Toolkit" title="Post to Facebook"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/&amp;title=Inguma+%E2%80%93+Penetration+Testing+Toolkit" title="Post to StumbleUpon"><img class="nothumb" src="http://www.darknet.org.uk/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.darknet.org.uk/2007/08/inguma-penetration-testing-toolkit/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
