chromium_parse_cookies_tool
Extract and analyze Chromium browser cookies from profile databases for forensic investigations. Supports legacy and modern SQLite storage locations.
Instructions
Parse Chromium cookies from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Supports both legacy Cookies and modern Network/Cookies SQLite locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional exact cookie name filter | |
| limit | No | Maximum number of cookie records to return | |
| host_key | No | Optional exact cookie domain filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||