mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-24 00:19:02 +00:00
Minor refactoring
This commit is contained in:
@@ -38,7 +38,7 @@ def tamper(payload):
|
||||
|
||||
def process(match):
|
||||
word = match.group()
|
||||
word = "%sLIKE%s" % (" " if word[0]!=" " else "", " " if word[-1]!=" " else "")
|
||||
word = "%sLIKE%s" % (" " if word[0] != " " else "", " " if word[-1] != " " else "")
|
||||
|
||||
return word
|
||||
|
||||
|
||||
Reference in New Issue
Block a user