chromium_parse_local_storage_tool
Parse Chromium Local Storage records from browser profiles for forensic analysis.
Instructions
Parse Chromium Local Storage records from a browser profile. Typical profile path: "C:\Users<user>\AppData\Local\Google\Chrome\User Data\Default".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return | |
| script_key | No | Optional exact Local Storage key filter | |
| storage_key | No | Optional exact storage key/origin filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory | |
| include_deletions | No | Include recovered deletion records when available |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||