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
Line 32: Line 32:
 
==== [http://www.ngssoftware.com NGSQuirrel] ====
 
==== [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.
 
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.
 
+
==== [http://www.acunetix.com/vulnerability-scanner/sql-injection.htm Acunetix Web Application Security (WVS)] ====
 +
Acunetix Web Vulnerability Scanner (WVS) is an automated web application security testing tool that audits your web applications by checking for exploitable hacking vulnerabilities. It was founded to combat the alarming rise in web attacks including SQL Injection and Cross-Site Scripting among others.
  
 
== Web Application Vulnerability Scanners ==  
 
== Web Application Vulnerability Scanners ==  
 
''' The web application vulnerability scanners listed below are able to discover SQL Injection vulnerability: '''
 
''' 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.watchfire.com Appscan]
 
     - [http://www.cenzic.com Hailstorm]
 
     - [http://www.cenzic.com Hailstorm]
 
     - [http://www.whitehatsec.com/services.shtml Sentinel]
 
     - [http://www.whitehatsec.com/services.shtml Sentinel]
 
     - [http://www.spydynamics.com/products/webinspect/toolkit.html SQL Injector (SPI Toolkit)]
 
     - [http://www.spydynamics.com/products/webinspect/toolkit.html SQL Injector (SPI Toolkit)]

Revision as of 13:42, 2 April 2008

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.

Free Tools

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.

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.

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.

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.

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

SqlDumper

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

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.

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.

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

AppDetectivePro

AppDetectivePro is a network-based, vulnerability assessment scanner. Running from a host machine, AppDetectivePro discovers database applications within your infrastructure and assesses their security strength. AppDetectivePro modules allow enterprises to assess two primary application tiers - application / middleware, and back-end databases - through a single interface. It locates, examines, reports and fixes security holes and misconfigurations. AppDetectivePro currently supports MySql, Oracle, Sybase, IBM DB2, Microsoft SQL Server and Lotus Notes/Domino.

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.

Acunetix Web Application Security (WVS)

Acunetix Web Vulnerability Scanner (WVS) is an automated web application security testing tool that audits your web applications by checking for exploitable hacking vulnerabilities. It was founded to combat the alarming rise in web attacks including SQL Injection and Cross-Site Scripting among others.

Web Application Vulnerability Scanners

The web application vulnerability scanners listed below are able to discover SQL Injection vulnerability:

   - Appscan
   - Hailstorm
   - Sentinel
   - SQL Injector (SPI Toolkit)