sqlmap: automatic SQL injection tool

News

Introduction

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.

Features

Major features implemented in sqlmap include:

Download

sqlmap can be downloaded from its SourceForge File List page. It is available in various formats:

You can also checkout the source code from the sqlmap Subversion repository to give a try to the development release:

$ svn checkout https://svn.sqlmap.org/sqlmap/trunk/sqlmap/

Documentation

Mailing lists

sqlmap has two mailing lists hosted on SourceForge:

The sqlmap-users mailing list is the preferred way to ask questions, report bugs, suggest new features and discuss with other users. The mailing list is archived online. To subscribe use the online web form.

The sqlmap-devel mailing list is for advanced users and developers who want to contribute to the sqlmap development and anyone with questions or suggestions concerning the code base. The mailing list is archived online. To subscribe use the online web form.

License

sqlmap is released under the terms of the General Public License v2. sqlmap is copyrighted by Bernardo Damele A. G. and Daniele Bellucci.

Authors

Contribute

If you want to contribute to sqlmap development reporting a bug, providing a patch, commenting on the code base or simply need to find help to run sqlmap first refer to the sqlmap documentation, then surf the sqlmap mailing lists online archives and if you still have something to say, do that on the appropriate sqlmap mailing list. If nobody gets back to you, then drop us an e-mail.

Sponsorship

OWASP Spring of Code 2007

Part of the sqlmap development was sponsored by the Open Web Application Security Project during the OWASP Spring of Code 2007 contest:

Donations


SourceForge.net Logo