Tuesday, 27 May 2014

Top 10 SQL injection Tools for hackers and pentesters :-

10 Powerful SQL Injection Tools That Penetration Testers Can Use

1. BSQL Hacker

This is a useful tool for both experts and beginners that automates SQL Injection attacks on websites.

Download: http://flexydrive.com/q75te2c2banl

2. The Mole

This is an SQL Injection tool that uses the union technique or the boolean query-based technique.

Download: http://flexydrive.com/3pr6tjhb0b8p

3. Pangolin

This is a penetration testing tool developed by NOSEC. It is aimed at detecting and exploiting SQL injection vulnerabilities on websites.

Download: http://flexydrive.com/i6sq1d5i6ysd

4. Sqlmap

This is an open source penetration testing tool that security professionals can use. Like the BSQL Hacker tool, this one also automates SQL Injection attacks.

Download: http://flexydrive.com/yrc3szqgr9i0

5. Havij

This is an automated SQL injection tool that can be used by penetration testers in order to detect vulnerabilities in web applications and exploit them.

Download: http://flexydrive.com/t2j5ymthhlss

6. Enema SQLi

This is a dynamic penetration testing tool for professionals. It is an auto-hacking software.

Download: http://flexydrive.com/qyxp8tk2m85z

7. Sqlninja

This is a tool targeted at exploiting SQL injection vulnerabilities. It uses the Microsoft SQL server as its back end.

Download: http://flexydrive.com/2wp50o3ojbii

8. sqlsus

Written using the Perl programming language, this is an open source penetration testing tool for MySQL Injection and takeover.

Download: http://flexydrive.com/tyn0mmznl7e5

9. Safe3 SQL Injector

This is a powerful penetration testing tool, which automates the process of detecting and exploiting SQL Injection vulnerabilities.

Download: http://flexydrive.com/6rl4s64fug7i

10. SQL Poizon

This tool includes php , asp , rfi , lf dorks that can be used for penetration testing.

Download: http://flexydrive.com/o29h5b7p5221

error solved :- installation of sun oracle virtual box on kali linux .

// The main error is to installation of dkms (Dinamically kernel modual system)

now how to install this dkms on kali linux

// it is very easy

 open terminal and type the following code :-

    apt-get install dkms 

that's it