Skip to content
/ cloakx Public

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

License

Notifications You must be signed in to change notification settings

sefcom/cloakx

Repository files navigation

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