Chrome Extension Security Testing - TairinySimeonato/WebAuditing GitHub Wiki

See source code at:

  • Windows:

file:///C:/Users/<username>/AppData/Local/Google/Chrome/User/Data/Default/Extensions/<extension_id>

  • Linux:

* ~/.config/google-chrome/Default/Extensions/

  • Interesting files

    • .exe, .elf --> if present, they should be reverse because they have high chances to be flawed.
  • Keep in mind: Permissions!

  • Extensions can run sandboxed native code

References

⚠️ **GitHub.com Fallback** ⚠️