SQLI Expliot Scanner :
How To Use:
* Select The Google Dork By Using "All Dorks" Option In Left Panel.
* Select Your Choice PHP,ASP,SQL,.Etc
* Select The " Searchqu" From Dropdown List Box.The Default Options is "Google API"
* Select 500 In Max. The Default Is 300.
* Now Start The Search By Clicking Scan Button.
Download Link : http://hotfile.com/dl/136362969/f892439/Poison.zip.html

Havij :
Here I will be using a popular and my personal favourite SQLi tool Havij.

Let us now understand how this tool works. The tutorial can be used for any SQLi tool as the basic functioning is same for all. First thing you need to do is find a vulnerable site.
You can use blind SQL injection technique to figure out weather a site is vulnerable or not.
To check a website for vulnerability, you will first have to reach to a page that accesses the database and is of the form :www.site.com/product.php?id=23

Now simply add an apostrophe( ' )to the end of url and press enter. If the website replies with an error then it shows that the website is vulnerable to SQL injection. Look at the url in the following image( sorry for the over editing of image but it was really needed) . Notice the ' at the end of url and also the error responded from the database.

The error will look something like this : Warning: mysql_num_rows(): supplied argument is not a valid MySQL


So now that we have a vulnerable site for testing, we will now move ahead with using Havij and try to discover admin details of the website. In fact we can dig out every detail from the database using havij. Let us see how.

1. Start Havij and copy the url in TARGET address.( the same url which we used to test for sql injection vulnerability but without ' ).

2. Click on the ANALYZE button and wait for Havij to discover the database files for you.

3. At the bottom of the Havij terminal you will see the search progress.

4. Once a database is found, you can click on TABLES tab to view the available tables.

5. Then Click On "GETDBs" Button in Tab.After The Scan a Table Will Comes Namely "Information Scheme" If this Exists That site is Able to Hack Easily Otherwise You Want to Guess The Tabels.

6. Dont Tick The "Information Scheme"

7. Now Click "Get Tables".After Scan Completed.You Will Get All Tables in That Database Search For Admin,tbl_admin,Adminusers,users,......

8. If Admin Table is Found Make a Tick and Click Get Column.After Scan Completed You Will Get the Columns in That Tables.

9. You Will Get Columns Like This : "ID,User,Password" [Eg Only]

10. After selecting the various columns, click on GET DATA to get the values stored in the columns.
You can see in the figure how Havij has successfully retrieved the admin login details for us.

How To Find Admin Page :

1. In Some Site it is Easy For Example www.site.com The Admin Page is www.site.com/admin [Not For All But Try This Keyword]

2. In Havij Click On Find Admin Tab And Enter the Site URL It Will Find Admin Page For Possible Sites.

3. You Can Scan The Website With Acuntix Web Vulnerability Scanner.

Make a Comments Below....