Skip to content

Commit

Permalink
Display number of scanner threads in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
elceef committed Aug 24, 2023
1 parent 7aa0c34 commit f484279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnstwist.py
Original file line number Diff line number Diff line change
Expand Up @@ -1449,6 +1449,8 @@ def signal_handler(signal, frame):
worker.start()
threads.append(worker)

p_cli('started {} scanner threads\n'.format(args.threads))

ttime = 0
ival = 0.2
while True:
Expand Down

0 comments on commit f484279

Please sign in to comment.