mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
this was causing that --suffix trouble
This commit is contained in:
@@ -198,7 +198,7 @@ class Agent:
|
||||
elif suffix is not None:
|
||||
expression += " %s" % suffix
|
||||
|
||||
return expression.rstrip()
|
||||
return expression
|
||||
|
||||
def cleanupPayload(self, payload, origValue=None):
|
||||
if payload is None:
|
||||
|
||||
Reference in New Issue
Block a user