Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235cc65 commit 965d7eeCopy full SHA for 965d7ee
1 file changed
lib/core/common.py
@@ -2680,7 +2680,7 @@ def _(value):
2680
value = value.replace(2 * REFLECTED_REPLACEMENT_REGEX, REFLECTED_REPLACEMENT_REGEX)
2681
return value
2682
2683
- payload = getUnicode(urldecode(payload.replace(PAYLOAD_DELIMITER, '')))
+ payload = getUnicode(urldecode(payload.replace(PAYLOAD_DELIMITER, ''), convall=True))
2684
regex = _(filterStringValue(payload, r"[A-Za-z0-9]", REFLECTED_REPLACEMENT_REGEX.encode("string-escape")))
2685
2686
if regex != payload:
0 commit comments