To solve the lab, enumerate a valid username, brute-force this user’s password, then access their account page.
username and password list given in the lab.
Lab: Username enumeration via subtly different responses
- First we try to login with invalid username and password. Then we get the massage
Invalid username or password. - Send the request to intruder tab and brute-force on username section. And then negative filter using this
Invalid username or password.and we get only one username isauto(Change every-time) - Now we will use this username and brute-force the password. We get
Status code 302on this passwordzxcvbnm(Change every-time) - Now login using the username and password to solve the lab.