Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions 2FA Bypass/2FA bypass.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,8 @@ verification-code=123456

[ ] CSRF on 2FA Disable Feature
```
1. Request a 2FA code and use it
2. Now, Re-use the 2FA code and if it is used successfully that's an issue.
3. Also, try requesting multiple 2FA codes and see if previously requested Codes
expire or not when a new code is requested
4. Also, try to re-use the previously used code after long time duration say 1 day or
more. That will be an potential issue as 1 day is enough duration to crack and guess
a 6-digit 2FA code
1. Search if there's an URL to opt out from 2FA like /users/me/2FA?activate=false
2. Make the victim click the link so they are not protected by 2FA anymore
```


Expand Down