Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3b93031

Browse files
committed
Fixed minor bug with --eta
1 parent e5a01d5 commit 3b93031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/techniques/blind/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def bisection(payload, expression, length=None, charsetType=None):
7373
if length == 0:
7474
return 0, ""
7575

76-
showEta = conf.eta and length
76+
showEta = conf.eta and isinstance(length, int)
7777
numThreads = min(conf.threads, length)
7878
threads = []
7979

0 commit comments

Comments
 (0)