subbrute icon indicating copy to clipboard operation
subbrute copied to clipboard

How i can use threads?

Open shadowzoom opened this issue 8 years ago • 1 comments

I can't find threads in help command. How i can use threads?

shadowzoom avatar Mar 24 '17 23:03 shadowzoom

It's now described as process_count and is altered with the -c option.

From the code:

parser.add_option("-c", "--process_count", dest = "process_count", default = 8, type = "int", help = "(optional) Number of lookup theads to run. default = 8")

jasonsperry avatar Apr 13 '17 22:04 jasonsperry