mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-08 17:53:47 +03:00
this was causing that --suffix trouble
This commit is contained in:
parent
bfe8e51b7c
commit
128a012121
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user