firefox_parse_cache_tool
Parse Firefox cache records from a given profile directory, extracting URLs, metadata, and body previews for forensic investigation.
Instructions
Parse Firefox cache records from storage/default/*/cache. Typical profile path: "C:\Users<user>\AppData\Roaming\Mozilla\Firefox\Profiles<rand>.default-release".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional exact request URL filter | |
| limit | No | Maximum number of cache records to return | |
| include_body | No | Include cached body previews when the morgue file is present | |
| profile_path | Yes | Absolute path to the Firefox profile directory | |
| max_body_bytes | No | Maximum bytes to include per body preview |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||