<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gsami</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gsami"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Gsami"/>
		<updated>2026-04-23T20:18:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13966</id>
		<title>Brute force attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13966"/>
				<updated>2006-12-05T10:20:15Z</updated>
		
		<summary type="html">&lt;p&gt;Gsami: /* Common uses of the attack technique */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==What is a {{PAGENAME}}?==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Common uses of the attack technique==&lt;br /&gt;
&lt;br /&gt;
Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.&lt;br /&gt;
&lt;br /&gt;
This kind of attack can also be used in attempt to discover web directory structure and content, and is then said to be a URL brute force attack.&lt;br /&gt;
&lt;br /&gt;
==Related vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
* [[Weak credentials]]&lt;br /&gt;
* [[J2EE Misconfiguration: Insufficient Session-ID Length]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
DIRB from http://sourceforge.net/projects/dirb/&lt;br /&gt;
&lt;br /&gt;
==Related countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[Salted hashes]]&lt;br /&gt;
&lt;br /&gt;
[[Password based authentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Gsami</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13965</id>
		<title>Brute force attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13965"/>
				<updated>2006-12-05T10:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;Gsami: /* Common uses of the attack technique */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==What is a {{PAGENAME}}?==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Common uses of the attack technique==&lt;br /&gt;
&lt;br /&gt;
Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.&lt;br /&gt;
&lt;br /&gt;
This kind of attack can also be used in attempt to discover web directory structure, and is then said to be a URL brute force attack.&lt;br /&gt;
&lt;br /&gt;
==Related vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
* [[Weak credentials]]&lt;br /&gt;
* [[J2EE Misconfiguration: Insufficient Session-ID Length]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
DIRB from http://sourceforge.net/projects/dirb/&lt;br /&gt;
&lt;br /&gt;
==Related countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[Salted hashes]]&lt;br /&gt;
&lt;br /&gt;
[[Password based authentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Gsami</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13964</id>
		<title>Brute force attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13964"/>
				<updated>2006-12-05T10:18:19Z</updated>
		
		<summary type="html">&lt;p&gt;Gsami: /* Tools */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==What is a {{PAGENAME}}?==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Common uses of the attack technique==&lt;br /&gt;
&lt;br /&gt;
Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.&lt;br /&gt;
&lt;br /&gt;
This kind of attack can also be used in attempt to discover web directory structure, ans is then said to be a URL brute force attack.&lt;br /&gt;
&lt;br /&gt;
==Related vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
* [[Weak credentials]]&lt;br /&gt;
* [[J2EE Misconfiguration: Insufficient Session-ID Length]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
DIRB from http://sourceforge.net/projects/dirb/&lt;br /&gt;
&lt;br /&gt;
==Related countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[Salted hashes]]&lt;br /&gt;
&lt;br /&gt;
[[Password based authentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Gsami</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13963</id>
		<title>Brute force attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13963"/>
				<updated>2006-12-05T10:07:48Z</updated>
		
		<summary type="html">&lt;p&gt;Gsami: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==What is a {{PAGENAME}}?==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Common uses of the attack technique==&lt;br /&gt;
&lt;br /&gt;
Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.&lt;br /&gt;
&lt;br /&gt;
This kind of attack can also be used in attempt to discover web directory structure, ans is then said to be a URL brute force attack.&lt;br /&gt;
&lt;br /&gt;
==Related vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
* [[Weak credentials]]&lt;br /&gt;
* [[J2EE Misconfiguration: Insufficient Session-ID Length]]&lt;br /&gt;
&lt;br /&gt;
==Tools==&lt;br /&gt;
DIRB from http://www.open-labs.org/&lt;br /&gt;
&lt;br /&gt;
==Related countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[Salted hashes]]&lt;br /&gt;
&lt;br /&gt;
[[Password based authentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Gsami</name></author>	</entry>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13962</id>
		<title>Brute force attack</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Brute_force_attack&amp;diff=13962"/>
				<updated>2006-12-05T10:01:44Z</updated>
		
		<summary type="html">&lt;p&gt;Gsami: /* Common uses of the attack technique */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
{{Template:Stub}}&lt;br /&gt;
&lt;br /&gt;
==What is a {{PAGENAME}}?==&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
==Common uses of the attack technique==&lt;br /&gt;
&lt;br /&gt;
Brute force attacks are frequently used to attempt bypass of password based authentication schemes and cryptographic protection.&lt;br /&gt;
&lt;br /&gt;
This kind of attack can also be used in attempt to discover web directory structure, ans is then said to be a URL brute force attack.&lt;br /&gt;
&lt;br /&gt;
==Related vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
* [[Weak credentials]]&lt;br /&gt;
* [[J2EE Misconfiguration: Insufficient Session-ID Length]]&lt;br /&gt;
&lt;br /&gt;
==Related countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[Salted hashes]]&lt;br /&gt;
&lt;br /&gt;
[[Password based authentication]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Gsami</name></author>	</entry>

	</feed>