Skip to content
This repository has been archived by the owner on Oct 5, 2019. It is now read-only.

Grab file hashes from browser extensions #74

Open
jjsendor opened this issue Feb 11, 2015 · 2 comments
Open

Grab file hashes from browser extensions #74

jjsendor opened this issue Feb 11, 2015 · 2 comments

Comments

@jjsendor
Copy link
Contributor

So far OSXCollector can list all extensions from Firefox and Chrome but information about a particular extension is limited only to the information available there (name, install date, update page, etc.).

Getting file hashes from all of the extensions installed on a machine would provide a better insight when investigating whether a malicious extension is installed on the machine.

Firefox and Chrome use standard directories where the extensions are installed so it won't be a problem to get the file hashes from there.

@ivanlei
Copy link

ivanlei commented Feb 11, 2015

Which directories?

@jjsendor
Copy link
Contributor Author

Firefox extensions are installed in one of the following:

  • ~/Library/Application Support/Firefox/Profiles/<profile folder>/extensions/
  • ~/Library/Mozilla/Firefox/Profiles/<profile folder>/extensions/

For Chrome it's:

  • ~/Library/Application Support/Google/Chrome/Default/Extensions

Safari:

  • ~/Library/Safari/Extensions/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants