What is Brute Force?
A brute force attack is a trial-and-error method used to guess passwords, encryption keys, or other credentials by systematically trying every possible combination until the correct one is found. Variations include dictionary attacks (using a list of common passwords) and credential stuffing (using leaked username/password pairs). Penetration testers use brute force techniques to assess the strength of authentication mechanisms and password policies.