防SQL注入攻击,需要使用请求控制的内标记模块“param”。如下图设置:
'.*[; ]?((or)|(insert)|(select)|(union)|(update)|(delete)|(replace)|(create)|(drop)|(alter)|(grant)|(load)|(show)|(exec))[\s(]
param value:支持使用正则表达式表示。
目标:选择“拒绝”
防SQL注入攻击,需要使用请求控制的内标记模块“param”。如下图设置:
'.*[; ]?((or)|(insert)|(select)|(union)|(update)|(delete)|(replace)|(create)|(drop)|(alter)|(grant)|(load)|(show)|(exec))[\s(]
param value:支持使用正则表达式表示。
目标:选择“拒绝”