Merge history #178
-
Does this tool capable for merge the browser's history from various device? |
Beta Was this translation helpful? Give feedback.
Answered by
obsidianforensics
Jul 15, 2024
Replies: 1 comment 1 reply
-
Yes, if you collect browser profiles from multiple different devices, put the profiles in a directory, then have Hindsight process that parent directory, it will process all the profiles together and merge the data into a single timeline. Example file system:
And then the Hindsight command |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
realyukii
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, if you collect browser profiles from multiple different devices, put the profiles in a directory, then have Hindsight process that parent directory, it will process all the profiles together and merge the data into a single timeline.
Example file system:
And then the Hindsight command
hindsight.py -i evidence -o merged_report
will produce amerged_report.xlsx
that has data from all three browser profiles in it.