You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What new feature do you think would be cool to add to artemis?
It would be cool if artemis could continue to pull more Chromium artifacts from the browser files.
Describe the solution you'd like
Support parsing more Chromium info such as:
Preferences
Cache
GPU Cache
Decrypt cookies
Local storage
session storage
Media history
HSTS domaisn
DIPS
Form Logons
Additional context
The hindsight applications could provide more ideas.
Some of these artifacts are pretty complex and require either complex parsers or adding a Rust crate to help parser.
Ex: Local storage uses LevelDB files
What new feature do you think would be cool to add to artemis?
It would be cool if artemis could continue to pull more Chromium artifacts from the browser files.
Describe the solution you'd like
Support parsing more Chromium info such as:
Additional context
The hindsight applications could provide more ideas.
Some of these artifacts are pretty complex and require either complex parsers or adding a Rust crate to help parser.
Ex: Local storage uses LevelDB files
Some resources:
https://www.cclsolutionsgroup.com/post/chromium-session-storage-and-local-storage
https://www.cclsolutionsgroup.com/post/hang-on-thats-not-sqlite-chrome-electron-and-leveldb
https://www.cclsolutionsgroup.com/post/indexeddb-on-chromium
https://github.com/libyal/dtformats/blob/main/documentation/Chrome%20Cache%20file%20format.asciidoc
The text was updated successfully, but these errors were encountered: