Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

captn3m0/nullcon2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

browser-extension-security

This is the source code for my talk on Browse Extension Security which I gave at nullcon 2014.

Note that this is decade old research, and the state of art in both directions has advanced considerably. Browsers are much more resilient against silent installations, by limiting them to enterprise profiles, and permission abuse is now part of the threat model used by extension stores.

Licence

Released under the MIT Licence.

Structure

  • silent/chrome (Source code for silent extension install in Chrome)
  • silent/firefox (Source code for silent extension install in Firefox)
  • webstore/chrome/ (Code to download extensions from the chrome webstore, and to run a static analysis over them. Results are fed to a mysql database)
  • webstore/analysis (code that powers nullcon.captnemo.in)

Silent Extension Install

This code was written a while back, and does not work with the latest versions of either Browser (FF/Chrome), but I belive can be modified and made to work again.

Since a lot of data is missing from the repo (I didn't feel like committing huge files), it is availble under the releases section of this repo. Just click on releases on the top, and you can download manifest files of over 7k extensions, and a dump of the mysql database generated by the last run of the tool.

These release files are also licenced under MIT.

The paper behind the talk can be accessed here, and the presentations are available at speakerdeck. I wrote a blog post about it here.

About

Source code for my talk on browser extension security

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •