verifyCC
描述:检测输入数据中的信用卡号。此运算符将首先使用提供的正则表达式执行初始匹配,然后使用Luhn算法计算以达到最小化误报。
例:
#检测参数中的信用卡号
#并阻止它们被记录到审计日志中
SecRule ARGS "@verifyCC \d{13,16}" "phase:2,id:194,nolog,pass,msg:'Potential credit card number',sanitiseMatched"
注意:此运算符支持“capture”动作。
Created with the Personal Edition of HelpNDoc: Easy EPub and documentation editor