mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 00:20:07 +03:00
parent
d5fb92ee42
commit
0408f98359
|
@ -556,6 +556,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||||
output += status if _ != length else " " * len(status)
|
output += status if _ != length else " " * len(status)
|
||||||
|
|
||||||
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), output))
|
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), output))
|
||||||
|
if conf.get("hashDB"):
|
||||||
|
conf.hashDB.close()
|
||||||
|
|
||||||
runThreads(numThreads, blindThread, startThreadMsg=False)
|
runThreads(numThreads, blindThread, startThreadMsg=False)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user