mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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
|
||||
showEta = False
|
||||
partialValue = u""
|
||||
finalValue = None
|
||||
retrievedLength = 0
|
||||
|
||||
Reference in New Issue
Block a user