Recently, a major electricity provider in Australia fell victim to a password guessing attack via their login portal. This type of attack is all too common and highlights the need for robust security controls to be implemented to prevent unauthorized access.
Energy.js is a challenge inspired by this incident, to help you understand the risks of password guessing attacks and learn how to better secure your applications. The challenge highlights missing security controls and asks you to fix the vulnerability to prevent future attacks.
Identify and address the security flaw that allowed the attacker to guess the user’s password. You’ll need to implement stronger authentication measures and add additional layers of security to protect against future attacks.
Think you have what it takes? Join the challenge today and see how you can fix the security vulnerability