2FA Bypasses
Index | Technique |
---|---|
1 | Response Manipulation |
2 | Status Code Manipulation |
3 | 2FA Code Leakage in Response |
4 | JS File Analysis |
5 | 2FA Code Reusability |
6 | Lack of Brute-Force Protection |
7 | Missing 2FA Code Integrity Validation |
8 | CSRF on 2FA Disabling |
9 | Password Reset Disable 2FA |
10 | Backup Code Abuse |
11 | Clickjacking on 2FA Disabling Page |
12 | Enabling 2FA doesn't expire Previously active Sessions |
13 | Bypass 2FA with null or 000000 |
___ | |
#### Response Manipulation | |
``` | |
In response if "success":false | |
Change it to "success":true | |
``` |
Status Code Manipulation
2FA Code Leakage in Response
JS File Analysis
2FA Code Reusability
Lack of Brute-Force Protection
Missing 2FA Code Integrity Validation
CSRF on 2FA Disabling
Password Reset Disable 2FA
Backup Code Abuse
Clickjacking on 2FA Disabling Page
Enabling 2FA doesn't expire Previously active Sessions
Bypass 2FA with null or 000000
Articles
Author
Last updated