chromium_parse_history_tool
Extract Chromium browsing history from a given profile path, with optional URL, title, and record limit filters to locate specific forensic evidence.
Instructions
Parse Chromium browsing history 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 history records to return | |
| title | No | Optional exact page title filter | |
| profile_path | Yes | Absolute path to the Chromium profile directory |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||