mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
quick fix
This commit is contained in:
parent
1cec29925c
commit
12a7fd4054
|
@ -2716,7 +2716,7 @@ def removeReflectiveValues(content, payload, suppressWarning=False):
|
||||||
retVal = content
|
retVal = content
|
||||||
|
|
||||||
if all([content, payload]) and isinstance(content, unicode) and kb.reflectiveMechanism:
|
if all([content, payload]) and isinstance(content, unicode) and kb.reflectiveMechanism:
|
||||||
payload = urldecode(payload.replace(PAYLOAD_DELIMITER, ''))
|
payload = getUnicode(urldecode(payload.replace(PAYLOAD_DELIMITER, '')))
|
||||||
|
|
||||||
regex = filterStringValue(payload, r'[A-Za-z0-9]', REFLECTED_NON_ALPHA_NUM_REGEX)
|
regex = filterStringValue(payload, r'[A-Za-z0-9]', REFLECTED_NON_ALPHA_NUM_REGEX)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user