SkillAgentSearch skills...

CacheAttack

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

Install / Use

/learn @NDevTK/CacheAttack
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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)

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2mo ago
Forks0

Languages

JavaScript

Security Score

95/100

Audited on Jan 16, 2026

No findings