get_storage
Get the contents of localStorage or sessionStorage, returning all stored key-value pairs for analysis during JavaScript reverse engineering.
Instructions
Get the contents of localStorage or sessionStorage.
Args: storage_type: "local" for localStorage, "session" for sessionStorage.
Returns: dict with all key-value pairs in the storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storage_type | No | local |