4. Brute Force Flashcards
1
Q
What is Brute Force
A
decode password with all combinations
2
Q
Methodology
A
- Guess
- Default
- Cracking
- Phishing
3
Q
Password weaknesses
A
- Easy to remember
- Reused Passwords
- Cracking old hash algorithms
4
Q
Hashes
A
- MD5
- SHA-1
- SHA-256
- NTLM
- NetNTLM
- RSA
- PBKDF2: Password-Based Key Derivation Function 2
5
Q
Dictionary
A
List of easy passwords
6
Q
Mutated Dictionary
A
List of passwords with random numbers
7
Q
Rainbow Table
A
large precomputed hash values
8
Q
CUPP
A
common user password profiler
9
Q
CRUNCH
A
Create user selected passwords
10
Q
rar2john
A
Brute force Cracking of:
- RAR
- ZIP
11
Q
john the ripper
A
crack passwords with wordlist
12
Q
Defense
A
- Strong Passwords
- Login Attempt Limitation
- Fail2Ban
- Multifactor Authentication
13
Q
Hashcat
A
Supports CPU and GPU
14
Q
CrackStation
A
Online Password Hash cracking Service
15
Q
Hydra
A
Online password cracking using wordlist dictionary