Skip to content

Timing attacks on a browsers cache to try to predict websites/subreddits that have been viewed

License

Notifications You must be signed in to change notification settings

omrzgit/CacheAttack

Repository files navigation

originally by NDevTK and definitely check out master repo for updates, this one might be outdated. CacheAttack

Disclaimer

This was done before cache partitioning was added to chrome. No longer maintained.

CacheAttack

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

More XS Leaks

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)

About

Timing attacks on a browsers cache to try to predict websites/subreddits that have been viewed

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •