This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Brute force attack

From OWASP
Revision as of 00:09, 12 June 2006 by Jeff Williams (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This article is a stub. You can help OWASP by expanding it or discussing it on its Talk page.


What is a Brute force attack

In a brute force attack, the attacker attempts to bypass a security check by attempting possible options until finding one that works. The attacker attempts to exhaust the search space as efficiently as possible. With knowledge of the size of the search space and the rate that attempts can be made, one can calculate the length of time the brute force attack is likely to take.

Common uses of the attack technique

Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.

Related vulnerabilities

Weak credentials J2EE Misconfiguration: Insufficient Session-ID Length

Related countermeasures

Password based authentication