auth_cookie_tamper
Test authentication bypass by sending HTTP requests with manipulated cookie values to identify privilege escalation vulnerabilities in web applications.
Instructions
Test cookie manipulation for privilege escalation.
Sends requests with tampered cookie values and checks for access.
Returns: {"results": [{"cookies": dict, "status": int, "length": int, "response_snippet": str}]}.
Side effects: Sends GET requests with manipulated cookies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to test with tampered cookies (e.g. /dashboard, /admin) | |
| cookies | Yes | Cookie name-value pairs to send, e.g. {"logged_in": "true", "admin": "1"} |