Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87b5262

Browse files
committed
Minor patch
1 parent 515ba5f commit 87b5262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tamper/symboliclogical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ def tamper(payload, **kwargs):
2525
retVal = payload
2626

2727
if payload:
28-
retVal = re.sub(r"(?i)\bAND\b", "&&", re.sub(r"(?i)\bOR\b", "||", payload))
28+
retVal = re.sub(r"(?i)\bAND\b", "%26%26", re.sub(r"(?i)\bOR\b", "%7C%7C", payload))
2929

3030
return retVal

0 commit comments

Comments
 (0)