描述:在输入数据中检测CPF编号(巴西社交编号)。此运算符将首先使用提供的正则表达式执行初始匹配,然后进行算法计算以达到最小化误报。


例:


#检测参数中的CPF编号

#阻止它们被记录到审计日志中

SecRule ARGS "@verifyCPF /^([0-9]{3}\.){2}[0-9]{3}-[0-9]{2}$/" "phase:2,id:195,nolog,pass,msg:'Potential CPF number',sanitiseMatched"


版本:2.6-3.x


libModSecurity支持:支持


注意:此运算符支持“capture”动作。



Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor