SQL注入Bypass

SQL注入Bypass

绕过空格

/**/   注释代替空格
%a0
<>

过滤引号

使用hex替代
如:
select coulumn_name from information_schema.columns where tabel_name = 'users'
select coulumn_name from information_schema.columns where tabel_name = 0x7573657273

过滤等号

将=换为!(<>)#不大于也不小于就是等于
如:
where name = 'flagtable'
where !(name<>'flagtable')

通用绕过(编码)

如URLEncode编码,ASCII,HEX,unicode编码绕过:

or1=1即%6f%72%20%31%3d%31,而Test也可以为CHAR(101)+CHAR(97)+CHAR(115)+CHAR(116)。

宽字节注入

用%df来消掉(转义符)

posted @   Liooooo  阅读(54)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 一文读懂知识蒸馏
· 终于写完轮子一部分:tcp代理 了,记录一下
点击右上角即可分享
微信分享提示