Authentication Bypass
Bypass logins and authentication systems
Username Enumeration
On any signup/signin page having a username and password, we can first intercept any signup/signin requests and perform username enumeration, if we get error messages "like username already exists", or, "password for this username is wrong".
using ffuf
Password spray
Once we know the username we can try out password spray attacks.
Cookie Tampering
Last updated