mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-22 05:59:46 +03:00
Update or2logicaloroperator.py
This commit is contained in:
parent
4d8cbece45
commit
dcc9d3c62a
|
@ -25,5 +25,4 @@ def tamper(payload, **kwargs):
|
|||
"""
|
||||
if payload:
|
||||
# Replace only ' OR ' (with spaces) to avoid breaking string literals
|
||||
payload = payload.replace(" OR ", " || ")
|
||||
return payload
|
||||
return payload.replace(" OR ", " || ")
|
||||
|
|
Loading…
Reference in New Issue
Block a user