Web applications attacks/Authentication Brute-force

From aldeid
Jump to navigation Jump to search

Description

The majority of web applications are protected by an authentication page that enables to identify users, give privileges and track user actions. But how many credentials are predictable?

Example

Protection

  • Ban any predictable credentials like admin/password or admin/admin.
  • Apply a strong password policy to avoid predictable passwords:
    • Strong passwords: alternate numbers, letters (case sensitive), special characters
    • Force passwords change: put a validity on passwords
    • Force real change: forbid usage of already used passwords

Tools

Installable tools

Online resources

Default passwords

MD5 cracker

Comments

Talk:Web applications attacks/Authentication Brute-force