mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-16 04:39:06 +00:00
Switching to the getSafeExString (where it can be used)
This commit is contained in:
@@ -19,7 +19,7 @@ def tamper(payload, **kwargs):
|
||||
Replaces AND and OR logical operators with their symbolic counterparts (&& and ||)
|
||||
|
||||
>>> tamper("1 AND '1'='1")
|
||||
'1 && '1'='1'
|
||||
"1 %26%26 '1'='1"
|
||||
"""
|
||||
|
||||
retVal = payload
|
||||
|
||||
Reference in New Issue
Block a user