mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixing unhandled exception message and removing sticky level logic
This commit is contained in:
parent
ed26dc0235
commit
1f375e418a
7 changed files with 14 additions and 25 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue