This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "SpoC 007 - SqlMap"

From OWASP
Jump to: navigation, search
Line 9: Line 9:
  
 
==  Bernardo Damele - SQLMap ==
 
==  Bernardo Damele - SQLMap ==
 
  
 
=== Executive Summary ===
 
=== Executive Summary ===
Line 30: Line 29:
  
 
I have good python programming skills and some years of experience in computer networks security. I spent most of the last year researching on web application insecurity taking over the [http://sqlmap.svn.sourceforge.net/viewvc/sqlmap/ sqlmap development] since December 2006. Actually I work as software developer at an information security company in Italy where I mostly deal with vulnerability assessment.
 
I have good python programming skills and some years of experience in computer networks security. I spent most of the last year researching on web application insecurity taking over the [http://sqlmap.svn.sourceforge.net/viewvc/sqlmap/ sqlmap development] since December 2006. Actually I work as software developer at an information security company in Italy where I mostly deal with vulnerability assessment.
 +
 +
=== Links ===
 +
 +
* [http://sqlmap.sourceforge.net sqlmap homepage]
 +
* [http://sqlmap.svn.sourceforge.net/viewvc/sqlmap/ sqlmap SVN repository web interface]
 +
* [https://sourceforge.net/project/showfiles.php?group_id=171598&package_id=196107 sqlmap SourceForge File List page]
 +
* [http://sqlmap.sourceforge.net/dev/index.html sqlmap development documentation]
  
  
 
'''[http://www.owasp.org/index.php/OWASP_Spring_Of_Code_2007_Selection Back to SpoC 007 Selection page]'''
 
'''[http://www.owasp.org/index.php/OWASP_Spring_Of_Code_2007_Selection Back to SpoC 007 Selection page]'''

Revision as of 08:10, 16 July 2007

'Back to SpoC 007 Selection page


AoC Candidate: Bernardo Damele

Project coordinator: Dinis Cruz

Project Progress: 60% Complete, Progress Page

Bernardo Damele - SQLMap

Executive Summary

sqlmap is an automatic blind SQL injection tool, developed in python, capable to perform an active database management system fingerprint, enumerate entire remote databases and much more. The aim of this project is to implement a fully functional database management system tool which takes advantages of web application programming security flaws which lead to SQL injection vulnerabilities.

Objectives for OWASP Spring of Code 2007

  • Add support for Oracle database management system
  • Add support to extract database users password hash
  • Extend inband SQL injection functionality to all other possible queries
  • Add Microsoft SQL Server database fingerprint
  • Add a fuzzer class with the aim to parse html page looking for standard database error messages consequently improving database fingerprinting
  • Add support for SQL injection on HTTP Cookie and User-Agent headers
  • Add support for query ETA (Estimated Time of Arrival) real time calculation
  • Improve Google dorking support to take advantage of remote hosts affected by SQL injection to perform other command line argument actions
  • Improve logging functionality

Why I should be sponsored for the project

I have good python programming skills and some years of experience in computer networks security. I spent most of the last year researching on web application insecurity taking over the sqlmap development since December 2006. Actually I work as software developer at an information security company in Italy where I mostly deal with vulnerability assessment.

Links


Back to SpoC 007 Selection page