mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 19:36:33 +00:00
2c30b71106
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
22 lines
931 B
Markdown
22 lines
931 B
Markdown
# Authentication Bypass
|
|
|
|
## Description
|
|
Authentication bypass vulnerabilities allow an attacker to gain access to a system without providing valid credentials. These vulnerabilities can result from flawed authentication logic, improper session management, or weak authentication mechanisms.
|
|
|
|
## Common Attack Vectors
|
|
- Login forms
|
|
- Password reset functionality
|
|
- Multi-factor authentication
|
|
- Session tokens
|
|
- JWT tokens
|
|
- OAuth flows
|
|
|
|
## Testing Approach
|
|
Test authentication mechanisms for logical flaws, parameter manipulation, and bypass techniques that allow unauthorized access.
|
|
|
|
## Related Resources
|
|
For comprehensive password reset vulnerability testing, see the **[Password Reset](../Password-Reset/)** directory which contains detailed PoC examples and specialized payloads for password reset attacks.
|
|
|
|
## Payloads
|
|
See `auth-bypass-payloads.txt` for a comprehensive list of authentication bypass payloads and techniques.
|