mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +03:00
minor minor update
This commit is contained in:
parent
7036190e8e
commit
2bf212ffa9
|
@ -2406,7 +2406,7 @@ def removeReflectiveValues(content, payload):
|
|||
while 2 * REFLECTED_NON_ALPHA_NUM_REGEX in regex:
|
||||
regex = regex.replace(2 * REFLECTED_NON_ALPHA_NUM_REGEX, REFLECTED_NON_ALPHA_NUM_REGEX)
|
||||
|
||||
retVal = re.sub(regex, REFLECTED_VALUE_MARKER, content)
|
||||
retVal = re.sub(regex, REFLECTED_VALUE_MARKER, content, re.I)
|
||||
|
||||
if retVal != content:
|
||||
debugMsg = "reflective value found and filtered out"
|
||||
|
|
Loading…
Reference in New Issue
Block a user