mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
Patch related to the last commit
This commit is contained in:
parent
5eb9f5729c
commit
0a42d91934
3 changed files with 4 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue