ARTICLE SQLMap 0.7rc1 available

Friday 24 April 2009 - 1254 read - ( Keywords : Application Scanner , Configurations checks , Database , SQLmap )

sqlmap is an open source command-line 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 statement, read specific files on the file system and more.

Changelog for this release :

- Added support to execute arbitrary commands on the database server underlying operating system either returning the standard output or not via UDF injection on MySQL and PostgreSQL and via xp_cmdshell() stored procedure on Microsoft SQL Server;
- Added support for out-of-band connection between the attacker box and the database server underlying operating system via stand-alone payload stager created by Metasploit and supporting Meterpreter, shell and VNC payloads for both Windows and Linux;
- Added support for out-of-band connection via Microsoft SQL Server 2000 and 2005 ’sp_replwritetovarbin’ stored procedure heap-based buffer overflow (MS09-004) exploitation with multi-stage Metasploit payload support;
- Added support for out-of-band connection via SMB reflection attack with UNC path request from the database server to the attacker box by using the Metasploit smb_relay exploit;
- Added support to read and write (upload) both text and binary files on the database server underlying file system for MySQL, PostgreSQL and Microsoft SQL Server;
- Added database process’ user privilege escalation via Windows Access Tokens kidnapping on MySQL and Microsoft SQL Server via either Meterpreter’s incognito extension or Churrasco stand-alone executable.


POSTSCRIPTUM

Download


COMPLIANCE MANDATES

Application Scanner : PCI/DSS 6.3, SOX A12.4, GLBA 16 CFR 314.4(b) and (2), HIPAA 164.308(a)(1)(i), FISMA RA-5, SA-11, SI-2, ISO 27001/27002 12.6, 15.2.2


RELATED ARTICLES

Application Scanner, Configurations checks, Database, SQLmap,

15 March 2010 : SQLMap v0.8 released
19 January 2010 : (Info) SQLmap v0.8 stable soon to be released
10 October 2009 : SQLMap v0.8 release candidate 1 is out
28 July 2009 : SQLmap version 0.7 in the wild
24 April 2009 : SQLMap 0.7rc1 available