18 December 2008 | 5,726 views

sqlmap 0.6.3 Released – Automatic SQL Injection Tool

Want to Learn Penetration Testing

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’s specific DBMS tables/columns, run his own SQL SELECT statement, read specific files on the file system and much more..

Changes

Some of the new features include:

  • Major enhancement to get list of targets to test from Burp proxy requests log file path or WebScarab proxy ‘conversations/’ folder path with option -l;
  • Major enhancement to support Partial UNION query SQL injection technique;
  • Major enhancement to test if the web application technology sup ports stacked queries (multiple statements) by providing option –stacked-test which will be then used someday also by takeover functionality;
  • Major enhancement to test if the injectable parameter is affected by a time based blind SQL injection technique by providing option –time-test;
  • Major bug fix to correctly enumerate columns on Microsoft SQL Server;
  • 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
    there is no database name specified;

Complete ChangeLog

You can download sqlmap 0.6.3 here:

sqlmap-0.6.3.tar.gz (Linux)
sqlmap-0.6.3_exe.zip (Windows)

Or read more here (User Manual).

Post to Twitter Post to Delicious Post to Digg Post to Facebook Post to StumbleUpon


  



Recent in Database Hacking:
- Andiparos – Open Source Web Application Security Assessment Tool
- Safe3 SQL Injector – Automatic Detection & Exploitation Of SQL Injection Flaws
- Onapsis Bizploit – ERP Penetration Testing Framework

Related Posts:
- sqlmap 0.7 Released – Automatic SQL Injection Tool
- sqlmap 0.5 – Automated SQL Injection Tool
- sqlmap 0.6.1 released – Automatic SQL Injection Tool

Most Read in Database Hacking:
- bsqlbf 1.1 – Blind SQL Injection Tool - 40,538 views
- Absinthe Blind SQL Injection Tool/Software - 26,290 views
- Pangolin – Automatic SQL Injection Tool - 25,951 views