mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-13 09:33:16 +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:
|
if finalValue is not None:
|
||||||
finalValue = decodeHexValue(finalValue) if conf.hexConvert else finalValue
|
finalValue = decodeHexValue(finalValue) if conf.hexConvert else finalValue
|
||||||
hashDBWrite(expression, finalValue)
|
hashDBWrite(expression, finalValue)
|
||||||
else:
|
elif partialValue:
|
||||||
hashDBWrite(expression, "%s%s" % (PARTIAL_VALUE_MARKER, partialValue))
|
hashDBWrite(expression, "%s%s" % (PARTIAL_VALUE_MARKER, partialValue))
|
||||||
|
|
||||||
if conf.verbose in (1, 2) or showEta:
|
if conf.verbose in (1, 2) or showEta:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user