Sqllabs-less5
体型为我最烦的布尔注入
大家这里需要知道几个函数
Length我们用来判断一下东西
Ascill 即是ascl码值判断用
接下俩进入正题
老规矩
直接进去我们发现
please input the id as parameter with numeric value 请以数字值作为参数输入用户标示符。的意思
?id=1
在这里我们发现这里的注入点与之前不同
变成了 you are in----
然后继续探测order 1-3发现没有4
这就是让我们最烦的布尔注入
接下根据长度判读数据库名字长短
id=1' and (length(database()))>8--+
发现报错