Who am I: A mind reader (don't forget to view source)
21–30 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#22Documentation of the game proof-of-concept: http://lcamtuf.blogspot.com/2013/05/some-harmless-old-fashio...
Re: Who am I: A mind reader (don't forget to view source)
#23Re: Who am I: A mind reader (don't forget to view source)
#24 for(i=0;iRe: Who am I: A mind reader (don't forget to view source)
#25Earlier quoted context omitted.
This is a very old attack that has numerous security measures to prevent you from doing that now.
I presumed as much. But if you can covertly jimmy the UI and parse the user's interaction, you can more or less get at the history like that anyway. I don't see any secure way to handle this besides disallowing :visited styling entirely.
Re: Who am I: A mind reader (don't forget to view source)
#26Re: Who am I: A mind reader (don't forget to view source)
#27Re: Who am I: A mind reader (don't forget to view source)
#28Re: Who am I: A mind reader (don't forget to view source)
#29Hm. Do you really need interaction at all? Can't you just :visited { margin/pos/whatever }, then probe the dom on that or related elems to extract the juice? Or have browser vendors thought of this?
It's a good example of just how difficult browser security is.