HAKATEMIA
07Modules

Account lockout DoS attacks

Easy45MIN

The Dark Side of Account Lockouts

When someone starts guessing passwords for a username, it is better to completely prevent logging in with the account than to allow the attacker to break into the account.

However, this also leads to vulnerability if the attacker knows the user's username, the attacker can lock the user out of the service, preventing the user from logging into the service themselves.

Exercise

The objective of this exercise is to lock each user account for every application. The steps are as follows:

  • List all users of the application. A fancy term would be "enumerate" the users of the application. Enumeration typically refers to going through some aspect, such as users or potential attack surfaces, in cybersecurity incidents like this.
  • Try to log in with each user with a wrong password a few times so that the account gets locked.
1 / 6
Hakatemia Pro

Learn to hack — start here

Hundreds of interactive courses, virtual labs and CTF challenges in your browser. Start a free trial — no card required.