mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor just in case update
This commit is contained in:
parent
c55a002f95
commit
75bf8528d1
|
@ -529,7 +529,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
elif conf.verbose in (1, 2):
|
||||
dataToStdout(filterControlChars(val))
|
||||
|
||||
if len(partialValue) > INFERENCE_BLANK_BREAK and partialValue[-INFERENCE_BLANK_BREAK:].isspace():
|
||||
if len(partialValue) > INFERENCE_BLANK_BREAK and partialValue[-INFERENCE_BLANK_BREAK:].isspace() and partialValue.strip(' ')[-1:] != '\n':
|
||||
finalValue = partialValue
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user