subbrute
subbrute copied to clipboard
How i can use threads?
I can't find threads in help command. How i can use threads?
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")