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 different responses
- First we try to login with invalid username and password. Then we get the massage
Invalid usernameSo we can easily enumerate username. - Send the request to intruder tab and brute-force on username section. Using
Grep-MatchofInvalid usernamewe can find username isauction(Change every time) and responseIncorrect password - Send the request to intruder tab and brute-force on password section. Using
Grep-MatchofIncorrect passwordwe can find username isqwertyuiop(Change every time) - Using this username and password solve the lab.