web安全測試--sql注入攻擊

  •  先要自行了解sql的幾個概念:

1. or '1'='1'html

2. order bypython

3. union : 聯合查詢須要表字段相同sql

 

 

  • sql注入攻擊漏洞判斷步驟:

一、‘數據庫

二、查看數據庫信息工具

三、繞過過濾  /**/測試

如:url編碼繞過  or 1=1即 %6f%72%20%31%3d%31      (%3d爲=,%31爲1,%6f%72爲or)       參考:http://www.w3school.com.cn/tags/html_ref_urlencode.html編碼

那麼url

 1%20or%201%3d1%20union%20select%201,2.net

 

  • 工具:

使用sqlmap執行SQL注入攻擊3d

 

cd到「sqlmap」目錄中,用命令「python2 sqlmap.py」啓動Sqlmap

執行sql注入測試:

python2 sqlmap.py -u或 -url https://xx.xx.xx.xx --dbs --tables --columns

 

 

 參考:


11種常見SQLMAP使用方法詳解

https://blog.csdn.net/whatday/article/details/54766536

sqlmap安裝

https://www.cnblogs.com/TNSSTAR/p/8359781.html

https://blog.csdn.net/wn314/article/details/78872828

相關文章
相關標籤/搜索