This really didn't work at all. I'm using the latest stable Chrome on a Mac. Roughly 3/4 of the results (there's too many to bother counting) are sites I've never been to.
jSpy: Automatically detect user's history
31–40 of 43 posts
Re: jSpy: Automatically detect user's history
#32Re: jSpy: Automatically detect user's history
#33Re: jSpy: Automatically detect user's history
#34Doesn't work on chromium on linux, detected two sites that I've never been to, on a completely fresh install.
Re: jSpy: Automatically detect user's history
#35This really didn't work at all. I'm using the latest stable Chrome on a Mac. Roughly 3/4 of the results (there's too many to bother counting) are sites I've never been to.
Re: jSpy: Automatically detect user's history
#36Although you could possibly try to use this for a clickjacking attack, for instance if you detect amazon.com loading from cache.
Re: jSpy: Automatically detect user's history
#37Okay, so this is basically brute forcing against a kown list of websites. Not all that impressive IMO. Although you could possibly try to use this for a clickjacking attack, for instance if you detect amazon.com loading from cache.
Re: jSpy: Automatically detect user's history
#38Earlier quoted context omitted.
Suggestions: - use if else; - replace "if(stop){return}" with "cancelAnimationFrame"; - don't save data in the html nodes, DOM is slow, use js object to store data (timespans[currentUrl].textContent = d;). - no need to use "window.links = ..." you can simply "links = ..."
Thanks for the suggestions, I implemented them, and also un-obfuscated and formatted the code. Also, now it's much faster since it doesn't use DOM.
Re: jSpy: Automatically detect user's history
#39This really didn't work at all. I'm using the latest stable Chrome on a Mac. Roughly 3/4 of the results (there's too many to bother counting) are sites I've never been to.
Have the same problem. Even if I'm using either Chrome or Safari on my Macbook.