mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Revert of last commit
This commit is contained in:
@@ -123,7 +123,6 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user