diff options
Diffstat (limited to 'manual-scan')
-rwxr-xr-x | manual-scan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual-scan b/manual-scan index 3318ae1..64c65bb 100755 --- a/manual-scan +++ b/manual-scan @@ -18,7 +18,7 @@ if __name__ == '__main__': level=(logging.DEBUG if args.verbose else logging.INFO)) results = Results() - worker = Worker(args.host, args.host, [], + worker = Worker(args.host, args.host, [], [], concurrency=args.threads, timeout=args.timeout) worker.start() |