bruteforcing
Brute-forcing, in information security, is a method of attempting to gain access by systematically trying a large number of possible credentials until the correct one is found. It is a form of exhaustive search and can target passwords, PINs, cryptographic keys, or other secret values. The term is often used to describe automated attempts that run through many guesses in sequence.
Variants include pure brute-force attacks that try all combinations and dictionary attacks that test words from
Legitimate use includes authorized security testing, where consent is provided and scope defined. Unauthorized brute-forcing is