mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
silly blank line added
This commit is contained in:
@@ -67,6 +67,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
if retVal:
|
||||
if PARTIAL_VALUE_MARKER in retVal:
|
||||
retVal = retVal.replace(PARTIAL_VALUE_MARKER, "")
|
||||
|
||||
if retVal:
|
||||
partialValue = retVal
|
||||
dataToStdout("[%s] [INFO] resuming partial value: '%s'\r\n" % (time.strftime("%X"), safecharencode(partialValue)))
|
||||
|
||||
Reference in New Issue
Block a user