mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patch
This commit is contained in:
@@ -123,6 +123,7 @@ class Agent(object):
|
||||
value = ""
|
||||
else:
|
||||
value = "-%s" % randomInt()
|
||||
value = "%s " % value if value and not value.startswith(' ') else value
|
||||
elif where == PAYLOAD.WHERE.REPLACE:
|
||||
value = ""
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user