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 @@
# Server-Side Request Forgery (SSRF)
## Description
Server-Side Request Forgery (SSRF) is a web security vulnerability that allows an attacker to induce the server-side application to make HTTP requests to an arbitrary domain of the attacker's choosing. This can lead to unauthorized access to internal systems, cloud metadata endpoints, or other sensitive resources.
## Common Attack Vectors
- URL parameters
- File upload (via URL)
- Webhook endpoints
- PDF generators
- Image processing services
- API integrations
## Testing Approach
Submit URLs pointing to internal resources, cloud metadata endpoints, or localhost to test if the application makes requests to those resources.
## Payloads
See `ssrf-payloads.txt` for a comprehensive list of SSRF payloads.