firefox_parse_cookies_tool
Extract cookies from a Firefox profile directory, with optional filters for host, name, and record limit, to support forensic investigations.
Instructions
Parse Firefox cookies from a browser profile. Typical profile path: "C:\Users<user>\AppData\Roaming\Mozilla\Firefox\Profiles<rand>.default-release".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional exact cookie host filter | |
| name | No | Optional exact cookie name filter | |
| limit | No | Maximum number of cookie records to return | |
| profile_path | Yes | Absolute path to the Firefox profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||