时间盲注SQL注入绕过 #5269

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

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