mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Fixed minor bug with --eta
This commit is contained in:
parent
e5a01d500e
commit
3b9303186e
|
@ -73,7 +73,7 @@ def bisection(payload, expression, length=None, charsetType=None):
|
||||||
if length == 0:
|
if length == 0:
|
||||||
return 0, ""
|
return 0, ""
|
||||||
|
|
||||||
showEta = conf.eta and length
|
showEta = conf.eta and isinstance(length, int)
|
||||||
numThreads = min(conf.threads, length)
|
numThreads = min(conf.threads, length)
|
||||||
threads = []
|
threads = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user