An open API service indexing awesome lists of open source software.

https://github.com/qeeqbox/two-factor-authentication-brute-force

A threat actor may lunch brute force to the two-factor authentication (2FA) logic causing unauthorized access to the target
https://github.com/qeeqbox/two-factor-authentication-brute-force

2fa authentication brute-force example infosecsimplified qeeqbox visualization vulnerability

Last synced: 3 months ago
JSON representation

A threat actor may lunch brute force to the two-factor authentication (2FA) logic causing unauthorized access to the target

Awesome Lists containing this project

README

        

A threat actor may lunch brute force to the two-factor authentication (2FA) logic causing unauthorized access to the target.

## Example #1
1. Threat actor has a stolen username and password pair for a vulnerable website
2. Threat actor logs in and prompted with a four digits pin code that was sent to the victims mobile
3. Threat actor lunches brute-force against and triggers the right pin code

## Impact
Vary

## Risk
- Gain unauthorized access

## Redemption
- Increase code length
- Limit pin code submissions

## ID
58a84977-90e1-4156-a555-8568e83115d0

## References
- [hubsecurity](https://hubsecurity.io/the-cyber-risks-of-two-factor-authentication)