forked from noble-8/browserFingerPrintSpoofing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
# Browser Finger print spoofing | ||
|
||
[Browser finger printing](https://en.wikipedia.org/wiki/Device_fingerprint) refers to the practice of collecting information about a user's web browser and using it to create a unique digital profile that can be used to track the user's online activities across different websites. This can include information about the user's device, operating system, browser version, installed plugins, screen resolution, and more. | ||
|
||
We want to safegaurd the user against this profiling. | ||
here is a chrome extension that anonymoizes the user. | ||
- It can spoof the navigator values. | ||
- It can protect againt Canvas fingerprinting | ||
- It can spoof the User Agent to a random device | ||
- Block Images | ||
- Block Javascript from running on pages | ||
|
||
try out our chrome extension here: | ||
- https://amiunique.org/ | ||
- https://coveryourtracks.eff.org/ | ||
- https://browserleaks.com/canvas - for canvas fingerprinting | ||
## Installation | ||
|
||
- clone the repo | ||
- go to [chrome://extensions/](chrome://extensions/) | ||
- click on load upacked | ||
|
||
## Authors | ||
|
||
- [Akash Nair](https://github.com/noble-8) | ||
- [Kalyanasundharam Kathiresan](https://github.com/Kalvinci) |