Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract more Chromium information #15

Open
3 of 10 tasks
puffyCid opened this issue Mar 18, 2024 · 0 comments
Open
3 of 10 tasks

Extract more Chromium information #15

puffyCid opened this issue Mar 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@puffyCid
Copy link
Owner

puffyCid commented Mar 18, 2024

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

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

@puffyCid puffyCid added the enhancement New feature or request label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant