mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Update or2logicaloroperator.py
This commit is contained in:
parent
4d8cbece45
commit
dcc9d3c62a
1 changed files with 1 additions and 2 deletions
|
|
@ -25,5 +25,4 @@ def tamper(payload, **kwargs):
|
||||||
"""
|
"""
|
||||||
if payload:
|
if payload:
|
||||||
# Replace only ' OR ' (with spaces) to avoid breaking string literals
|
# Replace only ' OR ' (with spaces) to avoid breaking string literals
|
||||||
payload = payload.replace(" OR ", " || ")
|
return payload.replace(" OR ", " || ")
|
||||||
return payload
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue