Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.
/ CacheAttack Public archive

No longer maintained. 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

NDevTK/CacheAttack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fc518de · Mar 26, 2022
Sep 25, 2020
May 1, 2021
Sep 12, 2020
Sep 12, 2020
Sep 12, 2020
Sep 5, 2020
Oct 18, 2020
Oct 13, 2019
Oct 13, 2019
Jan 22, 2021
Mar 26, 2022
Sep 26, 2020
Sep 14, 2020
Nov 5, 2020
Oct 20, 2019
Jan 22, 2021
Oct 13, 2019
Nov 3, 2020
Sep 5, 2020
Apr 24, 2020
Dec 30, 2020
Nov 3, 2020
Sep 27, 2020

Repository files navigation

Disclaimer

This 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)