mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-22 14:09:45 +03:00
Update or2logicaloroperator.py
This commit is contained in:
parent
4d8cbece45
commit
dcc9d3c62a
|
@ -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 New Issue
Block a user