mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Revert of last commit
This commit is contained in:
parent
9ceb518a50
commit
a944028114
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue