mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor adjustment
This commit is contained in:
@@ -354,12 +354,13 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||||||
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), replaceNewlineTabs(output, stdout=True)))
|
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), replaceNewlineTabs(output, stdout=True)))
|
||||||
iolock.release()
|
iolock.release()
|
||||||
|
|
||||||
#TODO: more
|
|
||||||
if not conf.threadContinue:
|
if not conf.threadContinue:
|
||||||
if int(threading.currentThread().getName()) == numThreads - 1:
|
if int(threading.currentThread().getName()) == numThreads - 1:
|
||||||
partialValue = unicode()
|
partialValue = unicode()
|
||||||
for v in value:
|
for v in value:
|
||||||
if isinstance(v, basestring) and v is not None:
|
if v is None:
|
||||||
|
break
|
||||||
|
elif isinstance(v, basestring):
|
||||||
partialValue += v
|
partialValue += v
|
||||||
|
|
||||||
if len(partialValue) > 0:
|
if len(partialValue) > 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user