Add Safari (macOS) support - #111
Merged
Merged
Conversation
…ud tabs Six artifacts from a user's Safari folder: History.db visits joined to their URL/domain/visit-count, leaf bookmarks with folder path, TopSites with the built-in-versus-earned flag, RecentlyClosedTabs, iCloud tabs joined to the originating device, and LastSession open tabs. Every matching file is parsed, so a Mac with more than one user account reports each account, tagged by Source File. visit_time and LastVisitTime are Mac Absolute Time in seconds. The per-tab SessionState blob is not decoded; its size is reported. Validated against the public Josh Hickman macOS Big Sur test image: 27 visits, 7 bookmarks, 12 top sites, 2 recently closed tabs, 2 iCloud tabs, 2 last-session tabs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Safari support for macOS. Six artifacts from a user's Library/Safari folder:
Every matching file is parsed, so a Mac with more than one user account reports each account, tagged by Source File. visit_time and LastVisitTime are Mac Absolute Time in seconds. The per-tab SessionState navigation blob is not decoded; only its size is reported.
Validated on the public Josh Hickman macOS Big Sur image: 27 visits, 7 bookmarks, 12 top sites, 2 recently closed tabs, 2 iCloud tabs, 2 last-session tabs.