zerodom_get_cookies
Retrieves all cookies for the active tab's origin, including httpOnly ones, via CDP to support security testing and attack surface analysis.
Instructions
List cookies visible to the active tab's origin.
Reads via CDP's Network domain (Playwright's context.cookies()), which sees httpOnly cookies too — unlike a content script's document.cookie, which httpOnly exists specifically to hide them from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |