firefox_parse_session_storage_tool
Parse Firefox session storage records from the sessionstore file in a given profile directory. Extract session storage data by host, key, and limit for forensic analysis.
Instructions
Parse Firefox session storage records when sessionstore contains them. Typical profile path: "C:\Users<user>\AppData\Roaming\Mozilla\Firefox\Profiles<rand>.default-release".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Optional exact session storage key filter | |
| host | No | Optional exact session storage host/origin filter | |
| limit | No | Maximum number of session storage records to return | |
| profile_path | Yes | Absolute path to the Firefox profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||