mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-25 23:49:49 +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)
|
||||
|
||||
dataToStdout("\r[%s] [INFO] retrieved: %s" % (time.strftime("%X"), output))
|
||||
if conf.get("hashDB"):
|
||||
conf.hashDB.close()
|
||||
|
||||
runThreads(numThreads, blindThread, startThreadMsg=False)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user