diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2021-12-28 01:13:47 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2021-12-28 01:13:47 +0300 |
commit | 37ec4be9af18a2174161a809fdfcb113a2bcf780 (patch) | |
tree | 753c2177602091853e5a2ee370b0942f5b1a6dad /manual-scan | |
parent | 91177bcf42f7a599e6f456b3ffdcbe8b8e0c6407 (diff) |
add 'ignore' to the config
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() |