|
|
|
|
|
by Karawebnetwork
3042 days ago
|
|
Well, yes of course but that's simply an attribute selector parsing the raw HTML. This can be done with any attribute: <input type="password" hackernews="isthebestwebsite"> input[type="password"][hackernews$="isthebestwebsite"] { background-image: url("http://placehold.it/15x15?text=h4x0r"); } That's not a keylogger at all, the data is already printed in the HTML source. |
|
Most people in the comments don't seem to understand how this works.
i.e. you don't need to have rules for all possible passwords, just one for each character.