Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More ways of fingerprinting #7

Open
KOLANICH opened this issue Dec 22, 2015 · 4 comments
Open

More ways of fingerprinting #7

KOLANICH opened this issue Dec 22, 2015 · 4 comments

Comments

@KOLANICH
Copy link

1 performance of js engine (see papers by mowery and shacham) and gpu rendering (http://arxiv.org/pdf/1503.01408)
2 enabled ciphersuites
3 speech synthesis engines #8 #9
4 webaudio devices list #12
5 endianess #11
6 canvas text measuring API (in the published on github version of fingerprinter I rounded the measurement to integer to store it in typed array, but I shouldn't have done that, and now I can't reverse that because it would change the fingerprints, but when implement you should preserve fraction part)

@jmunson
Copy link

jmunson commented Oct 16, 2018

https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API seems like it could be useful as well. Mozdev says it's obsolete so I'm not sure if there is a better api, but even determining which version of this api is implemented seems like it should give you more of a fingerprint.

@Hainish Hainish closed this as completed Mar 28, 2023
@KOLANICH
Copy link
Author

Why was it closed?

@Hainish
Copy link
Member

Hainish commented Mar 29, 2023

Spring cleaning. I can reopen but no promises as to when I'll get to it.

@Hainish Hainish reopened this Mar 29, 2023
@gamer191
Copy link

  1. attempting to make requests to http versions of websites known to use HSTS, but not HSTS preloading
    (can also be used to create supercookies, but I assume supercookies are out of scope for this project)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants