It can’t. If the system enforces a limit on the number of attempts per X time period, then a brute force attack cannot be used.
Usually, brute force attacks are used in cases where you are able to obtain the encrypted/hashed database of passwords. Then you are not interfacing with the system, you have direct access to the database which bypasses the lockout feature.
Latest Answers