this post was submitted on 02 Aug 2023
1 points (100.0% liked)

Infosec

1 readers
1 users here now

founded 2 years ago
 

Browsers also let us style how visited links look, using the :visited pseudo-class. This is also pretty helpful, as the purple links don't match the style of every website.

You might already be thinking of various ways to exploit this, perhaps using background-images to send GET requests to a server, or maybe by using window.getComputedStyle to get the colour of a link.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here