17 February 2007 | 14,596 views

sqlmap – Automated Blind SQL Injection Tool

Want to Learn Penetration Testing

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.

Features

  • Test of the remote url stability, based on page hash or string match;
  • Identification of url dynamic parameters;
  • 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;
  • Possible selection of HTTP method for testing and exploiting dynamic parameters, GET or POST (default: GET);
  • Fingerprint of web application database back-end based upon specific queries output which identify database characteristics and banner grabbing;
  • Random HTTP User-Agent header selection;
  • HTTP Cookie header provided, useful when web application requires authorization based on cookies and you an account;
  • Provide an anonymous HTTP proxy address to pass by request to the target url;
  • 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;
  • Debug output messages in verbose mode execution;
  • PHP setting magic_quotes_gpc evasion by encoding every query string, between single quotes, with CHAR (or similar) database function.

You can find out more at http://sqlmap.sourceforge.net/ and the documentation is available here.

You can download sqlmap at:

sqlmap Files Page

For the development release you can browse its SourceForge SVN repository or directly download the source code:

$ svn co https://sqlmap.svn.sourceforge.net/svnroot/sqlmap sqlmap

Post to Twitter Post to Facebook Post to Google Buzz Post to Delicious Post to Digg Post to Reddit Post to StumbleUpon






Recent in Hacking Tools:
- Arachni v0.4 Released – High-Performance (Open Source) Web Application Security Scanner Framework
- Patator – Multi Purpose Brute Forcing Tool
- MySQLPasswordAuditor – Free MySQL Audit/Password Recovery & Cracking Tool

Related Posts:
- sqlmap 0.5 – Automated SQL Injection Tool
- sqlmap 0.7 Released – Automatic SQL Injection Tool
- sqlmap 0.9 Released – Automatic Blind SQL Injection Tool

Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,630,864 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 899,232 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 505,321 views

Advertise on Darknet


One Response to “sqlmap – Automated Blind SQL Injection Tool”

  1. abdulrhman 24 February 2007 at 12:05 pm Permalink

    cool tool. But I think it doesnot work behind proxy server with firewall. It do the post but the response time out.
    Regards,
    Shaheen