What is Brute-force attack primarily used for?
- A. An attack method that systematically tries every possible password combination until the correct one is found. ✓
- B. An attack technique where an attacker disguises communication to appear as if it comes from a trusted source.
- C. A security concept that restricts user access rights to only what is strictly necessary to perform their job.
- D. Malicious software disguised as legitimate software to trick users into installing it.
Correct answer
A. An attack method that systematically tries every possible password combination until the correct one is found.
Explanation
Brute-force attack refers to an attack method that systematically tries every possible password combination until the correct one is found.