mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
better regex and now after we have that automatic switch off for reflective removal mechanism it's not so important to change it
This commit is contained in:
parent
23cec012d1
commit
89559d1b0a
|
@ -302,7 +302,7 @@ EXCLUDE_UNESCAPE = ("WAITFOR DELAY ", " INTO DUMPFILE ", " INTO OUTFILE ", "CREA
|
||||||
REFLECTED_VALUE_MARKER = '__REFLECTED_VALUE__'
|
REFLECTED_VALUE_MARKER = '__REFLECTED_VALUE__'
|
||||||
|
|
||||||
# Regular expression used for marking non-alphanum characters
|
# Regular expression used for marking non-alphanum characters
|
||||||
REFLECTED_NON_ALPHA_NUM_REGEX = r'\W+'
|
REFLECTED_NON_ALPHA_NUM_REGEX = r'[^<>\\r\\n]+?'
|
||||||
|
|
||||||
# Chars which can be used as a failsafe values in case of too long URL encoding value
|
# Chars which can be used as a failsafe values in case of too long URL encoding value
|
||||||
URLENCODE_FAILSAFE_CHARS = '()|,'
|
URLENCODE_FAILSAFE_CHARS = '()|,'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user