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 "OWASP Backend Security Project Tools"

From OWASP
Jump to: navigation, search
m
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== [http://www.owasp.org/index.php/OWASP_Backend_Security_Project_Tools Tools] ==
+
[[Category:OWASP Backend Security Project]]
 +
 
 +
 
 +
= Tools =
  
 
The aim of this section is to enumerate and quickly describe the tools used to find and exploit some vulnerabilities concerning database management systems.
 
The aim of this section is to enumerate and quickly describe the tools used to find and exploit some vulnerabilities concerning database management systems.
  
=== Free Tools ===
+
== SQL Ninja ==
==== [http://sqlninja.sourceforge.net SQL Ninja] ====
+
 
 
SQL Ninja is a tool, written in Perl, which helps a penetration tester to gain a shell on a  system running Microsoft SQL server, exploiting a web application resulted vulnerable to SQL Injection.
 
SQL Ninja is a tool, written in Perl, which helps a penetration tester to gain a shell on a  system running Microsoft SQL server, exploiting a web application resulted vulnerable to SQL Injection.
==== [http://sqlmap.sourceforge.net SQLMap] ====
+
 
SQLMap is a Python application able to collect information and data, such as databases names, table’s names and contents, and read system files from a MySQL, Oracle, PostgreSQL or Microsoft SQL Server Database Management Systems, exploiting the SQL Injection vulnerability of a vulnerable web application.
+
http://sqlninja.sourceforge.net
==== [http://www.owasp.org/index.php/Category:OWASP_SQLiX_Project OWASP SQLiX] ====
+
 
 +
== SQLMap ==
 +
 
 +
sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in 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 specified DBMS tables/columns, run his own SQL statement, read or write either text or binary files on the file system, execute arbitrary commands on the operating system, establish an out-of-band stateful connection between the attacker box and the database server via Metasploit payload stager, database stored procedure buffer overflow exploitation or SMB relay attack and more.
 +
 
 +
http://sqlmap.sourceforge.net
 +
 
 +
== OWASP SQLiX ==
 +
 
 
SQLiX is a tool, written in Perl, able to identify the back-end database, find blind and normal injection and also execute system commands on a Microsoft SQL Server. It was also successfully tested on MySQL and PostgreSQL.
 
SQLiX is a tool, written in Perl, able to identify the back-end database, find blind and normal injection and also execute system commands on a Microsoft SQL Server. It was also successfully tested on MySQL and PostgreSQL.
==== [http://www.imperva.com/products/scuba.html Scuba] ====
+
 
 +
http://www.owasp.org/index.php/Category:OWASP_SQLiX_Project
 +
 
 +
== Scuba ==
 +
 
 
Scuba is a Database vulnerability scanner able to find vulnerabilities like unpatched software, unsafe processes and weak password on Oracle, DB2, Microsoft SQL Server and Sybase.
 
Scuba is a Database vulnerability scanner able to find vulnerabilities like unpatched software, unsafe processes and weak password on Oracle, DB2, Microsoft SQL Server and Sybase.
==== [http://sqid.rubyforge.org/ SQID SQL Injection Digger] ====
+
 
 +
http://www.imperva.com/products/scuba.html
 +
 
 +
== SQID SQL Injection Digger ==
 +
 
 
SQL injection digger is a command line program, written in [http://www.ruby-lang.org/ ruby], that looks for SQL injections and common errors in websites. It can perform the following operations:
 
SQL injection digger is a command line program, written in [http://www.ruby-lang.org/ ruby], that looks for SQL injections and common errors in websites. It can perform the following operations:
 
* Look for SQL injection in a webpage, by looking for links
 
* Look for SQL injection in a webpage, by looking for links
Line 18: Line 37:
 
* Crawl a website to perform the above listed operations
 
* Crawl a website to perform the above listed operations
 
* Perform a google search for a query and look for SQL injections in the urls found
 
* Perform a google search for a query and look for SQL injections in the urls found
==== [http://www.ictsc.it/site/IT/projects/sqlDumper/sqlDumper.php SqlDumper] ====
+
 
 +
http://sqid.rubyforge.org
 +
 
 +
== SqlDumper ==
 +
 
 
Exploiting a SQL injection vulnerability SqlDumper can make dump of any file in the file system. It work only with DBMS MySql.
 
Exploiting a SQL injection vulnerability SqlDumper can make dump of any file in the file system. It work only with DBMS MySql.
==== [http://www.sqlpowerinjector.com SQL Power Injector] ====
+
 
 +
http://www.ictsc.it/site/IT/projects/sqlDumper/sqlDumper.php
 +
 
 +
== SQL Power Injector ==
 +
 
 
SQL Power Injector is a .Net 1.1 application used to find and exploit SQL Injection vulnerability through a vulnerable web application which uses SQL Server, MySql, Sybase/Adaptive Server and DB2 Database Management Systems as backend. It’s main feature is the support for multithreaded automation of the injection.
 
SQL Power Injector is a .Net 1.1 application used to find and exploit SQL Injection vulnerability through a vulnerable web application which uses SQL Server, MySql, Sybase/Adaptive Server and DB2 Database Management Systems as backend. It’s main feature is the support for multithreaded automation of the injection.
==== [http://www.northern-monkee.co.uk/index.html BobCat] ====
 
BobCat is a tool based on “Data Thief” and realized in .NET 2.0. It permits to take full advantage of SQL Injection vulnerability discovered in a web application to steal data, gain a shell or a reverse shell on the database management system machine. It has been tested on MSDE2000.
 
==== [http://sqltool.itdefence.ru/indexeng.html SQL Injection Pentesting Tool] ====
 
SQL Injection Tool is an application used to exploit SQL Injection vulnerability found in a web application, it’s able to retrieve some useful information and data from a Microsoft SQL server. It also includes a terminal to send raw HTTP requests.
 
  
=== Commercial Tools ===
+
http://www.sqlpowerinjector.com  
==== [http://www.appsecinc.com/products/index.shtml AppDetectivePro] ====
+
 
<Coming soon the description>
+
== BobCat ==
==== [http://www.ngssoftware.com NGSQuirrel] ====
 
NGSQuirrel is a tool used to execute vulnerability assessments on database management systems. It’s able to find vulnerabilities and mistaken configuration or policy on SQL Server, Oracle, IBM DB2, Sybase ASE and Informix.
 
  
 +
BobCat is a tool based on “Data Thief” and realized in .NET 2.0. It permits to take full advantage of SQL Injection vulnerability discovered in a web application to steal data, gain a shell or a reverse shell on the database management system machine. It has been tested on MSDE2000.
  
== Web Application Vulnerability Scanners ==
+
http://www.northern-monkee.co.uk/index.html
''' The web application vulnerability scanners listed below are able to discover SQL Injection vulnerability: '''
 
    - [http://www.acunetix.com/vulnerability-scanner/sql-injection.htm Acunetix]
 
    - [http://www.watchfire.com Appscan]
 
    - [http://www.cenzic.com Hailstorm]
 
    - [http://www.whitehatsec.com/services.shtml Sentinel]
 
    - [http://www.spydynamics.com/products/webinspect/toolkit.html SQL Injector (SPI Toolkit)]
 

Latest revision as of 12:28, 13 September 2009


Tools

The aim of this section is to enumerate and quickly describe the tools used to find and exploit some vulnerabilities concerning database management systems.

SQL Ninja

SQL Ninja is a tool, written in Perl, which helps a penetration tester to gain a shell on a system running Microsoft SQL server, exploiting a web application resulted vulnerable to SQL Injection.

http://sqlninja.sourceforge.net

SQLMap

sqlmap is an open source command-line automatic SQL injection tool. Its goal is to detect and take advantage of SQL injection vulnerabilities in 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 specified DBMS tables/columns, run his own SQL statement, read or write either text or binary files on the file system, execute arbitrary commands on the operating system, establish an out-of-band stateful connection between the attacker box and the database server via Metasploit payload stager, database stored procedure buffer overflow exploitation or SMB relay attack and more.

http://sqlmap.sourceforge.net

OWASP SQLiX

SQLiX is a tool, written in Perl, able to identify the back-end database, find blind and normal injection and also execute system commands on a Microsoft SQL Server. It was also successfully tested on MySQL and PostgreSQL.

http://www.owasp.org/index.php/Category:OWASP_SQLiX_Project

Scuba

Scuba is a Database vulnerability scanner able to find vulnerabilities like unpatched software, unsafe processes and weak password on Oracle, DB2, Microsoft SQL Server and Sybase.

http://www.imperva.com/products/scuba.html

SQID SQL Injection Digger

SQL injection digger is a command line program, written in ruby, that looks for SQL injections and common errors in websites. It can perform the following operations:

  • Look for SQL injection in a webpage, by looking for links
  • Submit forms in a webpage to look for SQL injection
  • Crawl a website to perform the above listed operations
  • Perform a google search for a query and look for SQL injections in the urls found

http://sqid.rubyforge.org

SqlDumper

Exploiting a SQL injection vulnerability SqlDumper can make dump of any file in the file system. It work only with DBMS MySql.

http://www.ictsc.it/site/IT/projects/sqlDumper/sqlDumper.php

SQL Power Injector

SQL Power Injector is a .Net 1.1 application used to find and exploit SQL Injection vulnerability through a vulnerable web application which uses SQL Server, MySql, Sybase/Adaptive Server and DB2 Database Management Systems as backend. It’s main feature is the support for multithreaded automation of the injection.

http://www.sqlpowerinjector.com

BobCat

BobCat is a tool based on “Data Thief” and realized in .NET 2.0. It permits to take full advantage of SQL Injection vulnerability discovered in a web application to steal data, gain a shell or a reverse shell on the database management system machine. It has been tested on MSDE2000.

http://www.northern-monkee.co.uk/index.html