时间盲注SQL注入绕过 #5269

This commit is contained in:
zhangdaiscott
2023-08-20 11:32:17 +08:00
parent afa871b1a3
commit 9cd9cbf530

View File

@ -33,7 +33,7 @@ public class SqlInjectionUtil {
/**
* sleep函数
*/
private final static Pattern FUN_SLEEP = Pattern.compile("sleep\\([\\d\\.]*\\)");
private final static Pattern FUN_SLEEP = Pattern.compile("sleep\\([\\d\\.]*\\)", Pattern.CASE_INSENSITIVE);
/**
* sql注释的正则