Password Strength - DuckyMomo20012/owasp-juice-shop GitHub Wiki

Password Strength

Difficulty: :star2::star2:

Description: Log in with the administrator's user credentials without previously changing them or applying SQL Injection.

Category: Broken Authentication

Tags: Brute Force, Tutorial

Solution:

  1. Go to login page http://localhost:3000/#/login

  2. Try to guess login credentials. The correct login credential is email: [email protected], password admin123

image