Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a01d5 commit 3b93031Copy full SHA for 3b93031
1 file changed
lib/techniques/blind/inference.py
@@ -73,7 +73,7 @@ def bisection(payload, expression, length=None, charsetType=None):
73
if length == 0:
74
return 0, ""
75
76
- showEta = conf.eta and length
+ showEta = conf.eta and isinstance(length, int)
77
numThreads = min(conf.threads, length)
78
threads = []
79
0 commit comments