22/07/2014
Free SQL Injection Scanners
SQL injection is a serious threat, make sure you're up to date with all the tools that make it so potent...
SQL injection is a very serious threat in the software and web industry as of current stats. It is also increasingly hitting databases like anything. The process allows miscreants to hack into your system through your web interface. However, the same tools could be used by security pros to find out SQL injection vulnerabilities in the system.
SQL Injection Scanners, sqlibf, SQLIer, SQLBrute, Absinthe, SQLMap, SQID, SQL Power Injector, Sqlninja
1.sqlibf
SQL Injection Bruteforcer (SQLibf) is a tool for automatising the work of detecting and exploiting SQL Injection vulnerabilities. SQLibf can work in Visible and Blind SQL Injection. It works by doing simple logic SQL operations to determine the exposure level of the
vulnerable application.
2.SQLIer
SQLIer takes an URL vulnerable to SQL injection attacks and attempts to determine all of the necessary information to build and exploit an SQL injection hole by itself. It requires no user interaction unless it can't guess the table/field names correctly.
3.SQLBrute
The SQLBrute was designed to be a tool for brute forcing data out of databases using blind SQL injection vulnerabilities. It supports time based and error based exploit types on Microsoft SQL Server, and error based exploit on Oracle. It is written in Python, uses multi-threading, and doesn't require non-standard libraries
4.Absinthe
Absinthe is an automated SQL injection utility capable of both blind and verbose SQL injections.
5.SQLMap
sqlmap is an open source pe*******on testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.
6.SQID
SQL injection digger is a command line program that looks for SQL injections and common errors in websites.
7.SQL Power Injector
A graphical application created in C # .Net 1.1 that helps the pe*******on tester to inject SQL commands on a web page. Its main strength is its capacity to automate tedious blind SQL injection with several threads.
8.Sqlninja
Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on a web application that uses Microsoft SQL Server as its back-end. Its main goal is to provide a remote access on the vulnerable DB server, even in a very hostile environment. It should be used by pe*******on testers to help and automate the process of taking over a DB Server when a SQL Injection vulnerability has been discovered.