evercookie icon indicating copy to clipboard operation
evercookie copied to clipboard

Produces persistent, respawning "super" cookies in a browser, abusing over a dozen techniques. Its goal is to identify users after they've removed standard cookies and other privacy data such as Flash...

Results 54 evercookie issues
Sort by recently updated
recently updated
newest added

Web SQL is on its way out and is being [slowly deprecated](https://developer.chrome.com/blog/deprecating-web-sql/). Web SQL access in insecure contexts is deprecated as of Chromium 105 at which time a warning message...

Does the Evercookie 2020 still work in all browsers? or is there another possibility now?

*Expected* This repository shouldn't exist *Actual* It looks like this repository exists. *Repro* 1. Navigate to https://github.com/samyk/evercookie 2. Should 404

Here is a article from 2018 describing possibilities to use _TLS session resumption_ as ever cookie (they call it _supercookie_). https://nakedsecurity.sophos.com/2018/10/25/could-tls-session-resumption-be-another-super-cookie/

Hey, maybe i missunderstand but can someone explain me the usage of the hsts cookie? Options: hsts: true, hsts_domains: ['/php/hsts_cookie.php','',''], for example a 4? or how i have to setup...

https://github.com/samyk/evercookie/issues/114 Since the issue remains open but seemed to have died out years ago so I can't reply to the original issue; I'll throw in my method here. All the...

the site seems to be broken on modern chrome, i'm getting a mixed content error (on Vivaldi browser actually, but it's based on chrome) dev console error states > Mixed...

``` var ec = new evercookie(); ec.set('testKey', 'testValue'); ec.get('testKey', res => {console.log(res)}); ec.get('testKey', res => {console.log(res)}); ``` when get() multi called at the same time, the result may be `undefined`;

Cannot set evercookie ASP.NET? Ty.