set_cookie
Set a cookie value in the browser to manage session state during security testing and penetration workflows.
Instructions
Set a single cookie. Useful for session token replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | No | / | |
| value | Yes | ||
| domain | No | .localhost | |
| secure | No | ||
| http_only | No | ||
| same_site | No | Lax |