Skip to content

CloakX, the first client-side antifingerprinting countermeasure that works without requiring browser modification or requiring extension developers to modify their code.

License

sefcom/cloakx

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CloakX

CloakX is a proof of concept extension cloaking system for chrome extensions.

overview image

Research paper

We describe CloakX and our evaluation of it in the paper

Everyone is Different: Client-side Diversification for Defending Against Extension Fingerprinting [PDF]

Erik Trickel, Oleksii Starov, Alexandros Kapravelos, Nick Nikiforakis, and Adam Doupé

In Proceedings of USENIX Security Symposium August 2019,

@inproceedings{ev1diff,
title = {Everyone is Different: Client-side Diversification for Defending Against Extension Fingerprinting},
author  = {Erik Trickel, Oleksii Starov, Alexandros Kapravelos, Nick Nikiforakis, and Adam Doup\'e},
year  = {2019},
booktitle = {28th USENIX Security Symposium}
} 

Using CloakX

The static analysis and modification of the extensions is performed by using cloak.py and providing a path to a directory of uncompressed extensions.

cloakx/cloak.py extension_directory

The python script will process each extension performing static analysis on the droplets and renaming the war resources.

The dynamic analysis is performed by running the following on the directory of an extension

/onthefly_overwrite/patch_after_xhound.py extension

About

CloakX, the first client-side antifingerprinting countermeasure that works without requiring browser modification or requiring extension developers to modify their code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published