Hm. 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?
This is a very old attack that has numerous security measures to prevent you from doing that now.
Who am I: A mind reader (don't forget to view source)
11–20 of 181 posts
Re: Who am I: A mind reader (don't forget to view source)
#12Re: Who am I: A mind reader (don't forget to view source)
#13Earlier quoted context omitted.
This is a very old attack that has numerous security measures to prevent you from doing that now.
Interesting. Could this maybe be bypassed by looking at computed CSS values of an element?
Re: Who am I: A mind reader (don't forget to view source)
#14Earlier quoted context omitted.
This is a very old attack that has numerous security measures to prevent you from doing that now.
Interesting. Could this maybe be bypassed by looking at computed CSS values of an element?
Re: Who am I: A mind reader (don't forget to view source)
#15Re: Who am I: A mind reader (don't forget to view source)
#16Hm. 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?
This is a very old attack that has numerous security measures to prevent you from doing that now.
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)
#17Re: Who am I: A mind reader (don't forget to view source)
#18Earlier 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)
#19Re: Who am I: A mind reader (don't forget to view source)
#201. science 2. technology 3. programming