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 515ba5f commit 87b5262Copy full SHA for 87b5262
1 file changed
tamper/symboliclogical.py
@@ -25,6 +25,6 @@ def tamper(payload, **kwargs):
25
retVal = payload
26
27
if payload:
28
- retVal = re.sub(r"(?i)\bAND\b", "&&", re.sub(r"(?i)\bOR\b", "||", payload))
+ retVal = re.sub(r"(?i)\bAND\b", "%26%26", re.sub(r"(?i)\bOR\b", "%7C%7C", payload))
29
30
return retVal
0 commit comments