1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Brute-force attacks
iterate thorough passwords until they find one that works. Brute force is simply a process that involves trying different variations until it succeeds
Password spraying attacks
are a form of brute-force attack that attempts to use a single password or small set of passwords against many accounts. This approach can be particularly effective if you know that a target uses a specific default password or a set of passwords
Dictionary attacks
are yet another form of brute-force attack that uses a list of words for their attempts
Answer
answer