Spraying Attack
- •
def
- •
a password attack that tries one common password (e.g., "Summer2024!") across many different user accounts, rather than trying many passwords against one account
- •
- •
why it works
- •
avoids triggering per-account lockout policies, since each individual account only receives one login attempt
- •
- •
- •