时间盲注SQL注入绕过 #5269

dev
zhangdaiscott 2 years ago
parent d36caf8c69
commit 9c038a979d

@ -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

Loading…
Cancel
Save