mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for an Issue #1092
This commit is contained in:
@@ -59,6 +59,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
abortedFlag = False
|
abortedFlag = False
|
||||||
|
showEta = False
|
||||||
partialValue = u""
|
partialValue = u""
|
||||||
finalValue = None
|
finalValue = None
|
||||||
retrievedLength = 0
|
retrievedLength = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user