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