In Sublist3r, which flag sets the number of threads for subbrute bruteforce?

Prepare for the Certified Ethical Hacker Version 11 Exam. Study with comprehensive questions and explanations. Equip yourself with the skills needed for success!

Multiple Choice

In Sublist3r, which flag sets the number of threads for subbrute bruteforce?

Explanation:
Controlling how many parallel tasks subbrute runs is done with the threads option. The flag that sets this is --threads, with the shorthand -t. This naming matches the common CLI convention of using “threads” to indicate multiple concurrent workers. Providing a number after this flag tells Sublist3r how many subbrute processes can run at once, speeding up brute-forcing while balancing system load. The other suggested flags don’t correspond to Sublist3r’s method for configuring this behavior, so the threads flag is the correct choice.

Controlling how many parallel tasks subbrute runs is done with the threads option. The flag that sets this is --threads, with the shorthand -t. This naming matches the common CLI convention of using “threads” to indicate multiple concurrent workers. Providing a number after this flag tells Sublist3r how many subbrute processes can run at once, speeding up brute-forcing while balancing system load. The other suggested flags don’t correspond to Sublist3r’s method for configuring this behavior, so the threads flag is the correct choice.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy