obsidianforensics
released this
04 Nov 14:58
·
5 commits
to main
since this release
What's Changed
🚀 Features
- Add parsing of DIPS (Detect Incidental Party State) database by @obsidianforensics in #146
- Add parsing of IndexedDB records. Update included ccl_chrome_indexedd… by @obsidianforensics in #173
- Switch cache parsing code to use ccl_chromium_reader by @obsidianforensics in #182
🛠️ Minor Changes & Fixes
- Add executing a test query when opening databases to catch corrupt da… by @obsidianforensics in #153
- Upgrade protobuf>=4.23 in requirements.txt and regenerate site_data_p… by @obsidianforensics in #154
- In a URLItem, replace the url_id property with visit_id. Update outpu… by @obsidianforensics in #157
- Add try/except around urllib parsing. Modify the HSTS domain parsing … by @obsidianforensics in #163
- Update determine_version() to account for recent Chrome versions (up … by @obsidianforensics in #166
- Catch exception on edge case where
downloads
table is not present by @obsidianforensics in #167 - Add more exception handling to address issues raised in #169 by @obsidianforensics in #170
- Update DIPS parsing with new columns and
popups
table by @obsidianforensics in #171 - Fix sorting error when an item is missing tzinfo (and add warning) by @obsidianforensics in #172
- Fix TypeError by @ryneeverett in #174
- sqlite-view: 0.1.8 -> 0.2.0 by @ryneeverett in #175
- Correct inconsistent use of quotation marks in metadata attribute access in webbrowser.py by @notwhickey in #183
- Swap bundled ccl_chromium_indexeddb for newer version pulled from GitHub by @obsidianforensics in #184
- Clean up utils.py (replace deprecated
utcfromtimestamp
function, fi… by @obsidianforensics in #185 - Switch to ccl_chromium_reader from bundled ccl_* code for session sto… by @obsidianforensics in #186
- Up the max Chrome version to 129. Add
get_clean_hostnames
function … by @obsidianforensics in #187 - Switch to using
origin_url
column instead ofaction_url
. Update t… by @obsidianforensics in #190 - Updates for v2024.10 by @obsidianforensics in #191
Other Changes
- Update social logos and contact info by @obsidianforensics in #164
- Adding Windows 11 default path and generic way to find profile under inputs_selector by @Jlcasado in #179
New Contributors
- @Jlcasado made their first contribution in #179
- @notwhickey made their first contribution in #183
Full Changelog: v2023.03...v2024.10