mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-28 21:03:45 +03:00
minor fix
This commit is contained in:
parent
0b875b160f
commit
63145236b9
|
@ -2501,7 +2501,7 @@ def removeReflectiveValues(content, payload, suppressWarning=False):
|
||||||
retVal = content
|
retVal = content
|
||||||
|
|
||||||
if all([content, payload]) and kb.reflectiveMechanism:
|
if all([content, payload]) and kb.reflectiveMechanism:
|
||||||
payload = payload.replace(PAYLOAD_DELIMITER, '')
|
payload = 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