01 Lab: Username enumeration via different responses

Objetivo

This lab is vulnerable to username enumeration and password brute-force attacks. It has an account with a predictable username and password, which can be found in the following wordlists:

To solve the lab, enumerate a valid username, brute-force this user's password, then access their account page.

Solución

  1. El inicio de sesión lo mandamos al INTRUDER

    image.png
  2. Asignamos los diccionarios y le damos Iniciar ATAQUE

    image.png
  3. Verificamos las credenciales correctas

    image.png
    image.png

Last updated