Tuesday, 16 January 2018

Brute Force Attacks

What It Is
 A brute force attack is a trial and error, automated software that is used to generate a large number of consecutive guesses as to the value of the desired data.

Why It's Used
 It is used to obtain information such as a user password or personal identification number (PIN).

How is it prevented?
 They can be prevented by the website by requiring the user to input a complex and difficult password so it is hard to guess.

What is a dictionary hack approach?
 It is where a brute-force attack starts with dictionary words or slightly modified dictionary words, as most people will use those rather than a completely random password. Rather than just random strings of characters.

How to Prevent Brute Force Attacks.
 Websites can prevent brute force attacks by limiting the amount of times that the hacker or user can try to log in. This prevent the hacker from trying every possible combination and using someone else's account. Also use a strong password so it will take longer to find it.

What Makes a Strong Password?
 The use of symbols, numbers and spaces embedded into words makes it harder for hackers to discover your password.

What is a Dictionary Hack Approach?
 A dictionary approach is where the hacker uses words from the dictionary, or modified words as people are more likely to choose these for a password.

No comments:

Post a Comment