Skip to content

Commit 66ef235

Browse files
authored
Merge pull request swisskyrepo#818 from HAK3R4LIFE/master
Improve clarity in 2FA bypass documentation
2 parents 019bd50 + 59d03bb commit 66ef235

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Account Takeover/mfa-bypass.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525

2626
### Response Manipulation
2727

28-
In response if `"success":false`
28+
If response is `"success":false`
2929
Change it to `"success":true`
3030

3131
### Status Code Manipulation
3232

3333
If Status Code is **4xx**
34-
Try to change it to **200 OK** and see if it bypass restrictions
34+
Try changing it to **200 OK** and see if it bypass restrictions
3535

3636
### 2FA Code Leakage in Response
3737

38-
Check the response of the 2FA Code Triggering Request to see if the code is leaked.
38+
Check the response of the 2FA Code Triggering Request for leaked code.
3939

4040
### JS File Analysis
4141

@@ -51,7 +51,7 @@ Possible to brute-force any length 2FA Code
5151

5252
### Missing 2FA Code Integrity Validation
5353

54-
Code for any user acc can be used to bypass the 2FA
54+
Code for any user account can be used to bypass the 2FA
5555

5656
### CSRF on 2FA Disabling
5757

@@ -64,19 +64,19 @@ No CSRF Protection on disabling 2FA, also there is no auth confirmation
6464
### Backup Code Abuse
6565

6666
Bypassing 2FA by abusing the Backup code feature
67-
Use the above mentioned techniques to bypass Backup Code to remove/reset 2FA restrictions
67+
Use the above-mentioned techniques to bypass the Backup Code to remove/reset 2FA restrictions
6868

6969
### Clickjacking on 2FA Disabling Page
7070

7171
Iframing the 2FA Disabling page and social engineering victim to disable the 2FA
7272

7373
### Enabling 2FA doesn't expire Previously active Sessions
7474

75-
If the session is already hijacked and there is a session timeout vuln
75+
If the session is already hijacked and there is a session timeout vulnerability
7676

7777
### Bypass 2FA by Force Browsing
7878

79-
If the application redirects to `/my-account` url upon login while 2Fa is disabled, try replacing `/2fa/verify` with `/my-account` while 2FA is enabled to bypass verification.
79+
If the application redirects to `/my-account` url upon login while 2FA is disabled, try replacing `/2fa/verify` with `/my-account` while 2FA is enabled to bypass verification.
8080

8181
### Bypass 2FA with null or 000000
8282

0 commit comments

Comments
 (0)