mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
Patch related to the last commit
This commit is contained in:
@@ -635,6 +635,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
finalValue = partialValue[:-INFERENCE_BLANK_BREAK]
|
||||
break
|
||||
elif charsetType and partialValue[-1:].isspace():
|
||||
finalValue = partialValue[:-1]
|
||||
break
|
||||
|
||||
if (lastChar > 0 and index >= lastChar):
|
||||
|
||||
Reference in New Issue
Block a user