mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-10 18:53:44 +03:00
minor adjustment
This commit is contained in:
parent
9edd468caf
commit
b37dca1c2c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user