mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 11:35:51 +00:00
Add comprehensive OWASP Top 10 directory structure with injection payloads
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# A07 - Identification and Authentication Failures
|
||||
|
||||
## Description
|
||||
Previously known as Broken Authentication, this category includes failures related to user identity, authentication, and session management. This can allow attackers to compromise passwords, keys, or session tokens, or exploit implementation flaws to assume other users' identities.
|
||||
|
||||
## Common Vulnerabilities
|
||||
- Weak password requirements
|
||||
- Credential stuffing
|
||||
- Broken session management
|
||||
- Missing multi-factor authentication
|
||||
- Insecure password recovery
|
||||
- Session fixation
|
||||
|
||||
## Testing Approach
|
||||
Test authentication mechanisms, session handling, password policies, and account recovery processes.
|
||||
Reference in New Issue
Block a user