Lab: Username enumeration via different responses
PreviousLab: Password reset broken logicNextLab: Username enumeration via subtly different responses
Last updated
Last updated
save the password and usernames
access the lab
When we actually try to login as user that does not exist
we get the error message
which means that we have to find the correct user
that will return different result
see the request
send to intruder
load the usernames
We see different response from username app01
Now we will use that username
put the curly braces in password parameter
load password.txt
now we get different length and status code
302 status code means redirect to different page
which means like dashboard or account settings
now try to login
other way using ffuf
copy the file to req.txt