This is the first release in a while and it's a relatively minor one. It's mainly bug fixes and updating the version detection for Chrome versions that have come out since the last release. I hope to have time to work on a more substantial update in the future, but for now, here's v2023.03!
What's Changed
🛠️ Minor Changes & Fixes
- Add Session Storage records to SQLite output by @obsidianforensics in #119
- Update built list of HSTS
host
hashes to include domains from cookies by @obsidianforensics in #121 - Fix some packaging issues (line endings, including lib files, other small fixes) by @obsidianforensics in #122
- Fix bug where when a version rollback occurs more than once, it doesn… by @obsidianforensics in #138
- Fixes issue 125, where failing to decode an extension manifest caused… by @obsidianforensics in #139
Other Changes
- Account for relocated files in newer Chrome versions (97-100) by @obsidianforensics in #124
- Update README.md by @obsidianforensics in #132
- Update version detection to include Chrome 101-111 by @obsidianforensics in #140
- Update Hindsight version prior to release and remove Unfurl plugin (u… by @obsidianforensics in #142
Full Changelog: v2021.12...v2023.03
Both the GUI and command line versions of this release are available as:
- compiled exes attached to this release or in the dist/ folder
- .py versions are available by
pip install pyhindsight
or by downloading/cloning the GitHub repo.