mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fixing unhandled exception message and removing sticky level logic
This commit is contained in:
@@ -645,7 +645,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
abortedFlag = True
|
||||
finally:
|
||||
kb.prependFlag = False
|
||||
kb.stickyLevel = None
|
||||
retrievedLength = len(finalValue or "")
|
||||
|
||||
if finalValue is not None:
|
||||
|
||||
Reference in New Issue
Block a user