firefox_parse_local_storage_tool
Extract Firefox local storage records from webappsstore and storage/default/ls by specifying the profile path. Optionally filter by origin or key.
Instructions
Parse Firefox local storage records from webappsstore and storage/default/ls. Typical profile path: "C:\Users<user>\AppData\Roaming\Mozilla\Firefox\Profiles<rand>.default-release".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Optional exact local storage key filter | |
| limit | No | Maximum number of local storage records to return | |
| origin_key | No | Optional exact origin/storage key filter | |
| profile_path | Yes | Absolute path to the Firefox profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||