mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor fix
This commit is contained in:
parent
cbdcbdd786
commit
ac02a2d92c
|
@ -520,7 +520,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
if finalValue is not None:
|
||||
finalValue = decodeHexValue(finalValue) if conf.hexConvert else finalValue
|
||||
hashDBWrite(expression, finalValue)
|
||||
else:
|
||||
elif partialValue:
|
||||
hashDBWrite(expression, "%s%s" % (PARTIAL_VALUE_MARKER, partialValue))
|
||||
|
||||
if conf.verbose in (1, 2) or showEta:
|
||||
|
|
Loading…
Reference in New Issue
Block a user