时间盲注SQL注入绕过 #5269

pull/5714/head
zhangdaiscott 2023-08-20 11:32:17 +08:00
parent afa871b1a3
commit 9cd9cbf530
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class SqlInjectionUtil {
/** /**
* sleep * 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 * sql