obsidianforensics / hindsight

Web browser forensics for Google Chrome/Chromium
https://dfir.blog/hindsight/
Apache License 2.0
1.08k stars 141 forks source link

ccl_chrome_indexeddb version outdated #168

Closed cclgroupltd closed 6 months ago

cclgroupltd commented 7 months ago

Hi Ryan, just pinging you to make you aware that there have been a number of enhancements and fixes in https://github.com/cclgroupltd/ccl_chrome_indexeddb that you may want to incorporate - modern indexeddbs for some sites might be failing to be read without this new version.

For the most part you shouldn't need to do anything but update the lib, but one thing that you might need to change to get the most/best data back is passing the ".blob" folder into the indexeddb constructor as records can be stored in there as well as in the leveldb itself.

obsidianforensics commented 6 months ago

Thanks for all your hard work on the library; it's incredibly helpful! I'll work on getting it updated here.

obsidianforensics commented 6 months ago

Updated in #173