Authentication Bypass
Username enumeration
look for forms to try using a common username
if there is an error saying 'account already in use'
ffuf can be used to enumerate this to get a list of valid usernames
brute force
once you have a list of potential/valid usernames, you can attempt to brute force a login
Last updated