mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Minor patch
This commit is contained in:
parent
8e2f4669d8
commit
9ceb518a50
|
@ -123,6 +123,7 @@ class Agent(object):
|
||||||
value = ""
|
value = ""
|
||||||
else:
|
else:
|
||||||
value = "-%s" % randomInt()
|
value = "-%s" % randomInt()
|
||||||
|
value = "%s " % value if value and not value.startswith(' ') else value
|
||||||
elif where == PAYLOAD.WHERE.REPLACE:
|
elif where == PAYLOAD.WHERE.REPLACE:
|
||||||
value = ""
|
value = ""
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user