medium
Single Answer
0John has discovered that an attacker is trying to get network passwords by using software that attempts a series of passwords with a minor change each time the password is tried. What type of attack is this?
Answer Options
A
Dictionary
B
Rainbow table
C
Brute force
D
Session hijacking
Correct Answer: C
Explanation
Brute force tries every possible combination with small changes each time. Dictionary attacks use a list of words that are believed to be likely passwords. A rainbow table is a precomputed table of hashes. Session hijacking is when the attacker takes over an authenticated session.