chromium_parse_cache_tool
Parse Chromium HTTP cache records from a browser profile to extract URLs, headers, and response bodies for forensic investigation.
Instructions
Parse Chromium HTTP cache records from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Optional exact URL filter | |
| limit | No | Maximum number of cache records to return | |
| decompress | No | Decompress gzip/brotli/deflate responses when possible | |
| include_body | No | Include cached response bodies as base64 previews | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| max_body_bytes | No | Maximum number of bytes to include per cached body preview |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||