originally by NDevTK and definitely check out master repo for updates, this one might be outdated. CacheAttack
This was done before cache partitioning was added to chrome. No longer maintained.
A Timing attack on the browser to try to predict websites that have cached. Mobile devices may not work correctly. Discord: https://discord.gg/YFkmVZX
https://github.com/xsleaks/wiki
##Documentation Add: <iframe id="cacheattack" src="https://cache.ndev.tk/embed.html" style="width:0;height:0;border:0; border:none;"></iframe> Usage: cacheattack.contentWindow.postMessage(null, 'https://cache.ndev.tk/embed.html'); // An array can be used instead of null for custom urls Callback: onmessage = e => console.log(e.data)
Examples https://cache.ndev.tk/ (Detects cached websites) https://cache.ndev.tk/Gender (Detects your Gender via Google Ad personalization cache) https://cache.ndev.tk/youtube (Detects your last viewed YouTube videos)