mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
fix for cases with retrieved binary files (preventing difflib nagging around comparison)
This commit is contained in:
@@ -530,9 +530,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
if len(finalValue) > INFERENCE_BLANK_BREAK and finalValue[-INFERENCE_BLANK_BREAK:].isspace():
|
||||
break
|
||||
|
||||
if finalValue:
|
||||
finalValue = finalValue.rstrip(INFERENCE_UNKNOWN_CHAR)
|
||||
|
||||
if conf.verbose in (1, 2) or showEta:
|
||||
dataToStdout("\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user