Restructure repository: Remove OWASP categorization, organize by vulnerability type

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-04 19:01:04 +00:00
parent 274734e91a
commit ba72efbc5e
46 changed files with 341 additions and 323 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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.
## Payloads
See `auth-bypass-payloads.txt` for a comprehensive list of authentication bypass payloads and techniques.