mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 20:29:04 +00:00
Minor refactoring
This commit is contained in:
@@ -21,4 +21,4 @@ def tamper(payload):
|
||||
* Output: AND %00%271%00%27=%00%271%00%27
|
||||
"""
|
||||
|
||||
return payload.replace('\'', '%00%27') if payload else payload
|
||||
return payload.replace('\'', "%00%27") if payload else payload
|
||||
|
||||
Reference in New Issue
Block a user