Settings

Theme

Tor NoScript visit tracker

bitbucket.org

44 points by Syrup-tan 10 years ago · 23 comments

Reader

jakobegger 10 years ago

What else, besides using Tor, and turning off Javascript, does a user have to do that a website operator finally gets they don't want to be tracked?

  • emodendroket 10 years ago

    You could use the Stallman method and download pages with wget to read.

  • ironsides 10 years ago

    stop using repeat offending website

    • hackuser 10 years ago

      Very few users can detect that they are being tracked, so they can't avoid it. The tracking methods are designed to be undetectable; web beacons are invisible pixels; sites don't tell users: we track this info and share it with these people; even privacy policies usually are ambiguous, and they are too long and complex to read for every site someone visits.

    • foobiekr 10 years ago

      because sites can be hacked or changed at any time, the ability of users to avoid offenders is basically zero.

  • nickik 10 years ago

    Also use this EFF Privacy Badger: https://www.eff.org/de/node/73969

  • korm 10 years ago

    But this can't track individual users, it just provides general usage statistics, like visitor retention.

    I'd be interested in a viable example of this being used to identify users.

    • Leon 10 years ago

      That can help with fingerprinting. Any entropy escaping from a users session is useful.

      • korm 10 years ago

        This can be used to make a user's fingerprint stand out based on their browsing patterns. However, it is very fragile in practice. The tracker would need both a rare fingerprint, as well as a rare browsing pattern in order to identify a user.

        This is pretty hard, considering the Tor Browser does a good job at having a common fingerprint at it's highest security setting (Javascript disabled, which is what this tracker is for).

    • Syrup-tanOP 10 years ago

      I'm unsure why this is downvoted.

      I think he is saying that users can't be tracked between page-loads using this method, or your risk sending multiple users the same token. (which is true, at least with this implementation)

      The time they spend on the website, latency, etc can all be used to add to a fingerprint, but there isn't something magic that makes this accurate, especially without JavaScript.

      Edit: please don't mind me ghostposting kthx

    • mordocai 10 years ago

      I may be missing something, but it seems to me that this technique(if not this particular implementation) could be used to easily track individual users.

hackuser 10 years ago

> NoScript Tracker is a basic tracker that makes use of iframes and the Refresh HTTP header to measure how long users spend on web pages.

> It is ideal for getting basic usage statistics on the Tor network, where JavaScript is not an option for most users.

NoScript can block iframes; will that disable this tracker?

Also, does the Tor Browser, which includes NoScript, default to blocking iframes?

  • MajesticHobo 10 years ago

    > Also, does the Tor Browser, which includes NoScript, default to blocking iframes?

    No. Tor Browser defaults to the lowest security level, allowing all scripts, media, iframes, etc.

  • alphapapa 10 years ago

    NoScript->Options->Embeddings->Additional restrictions for untrusted sites->Forbid <IFRAME>

    Just turned that option on, myself. I might have had it on years ago--can't remember for sure--but now that I know it's being abused, I'll definitely leave it on. IFRAMEs are generally poor practice, anyway.

achairapart 10 years ago

I will not be surprised at all if something like this will be soon used to circumvent adblockers replacing classic javascript based analytics on the "bright" side of the web.

  • kaugesaar 10 years ago

    AdBlockers will still block iframes and already does. Those I've seen blocks the full request based on a list of known domains. Many 3rd-party tracking cookies is often placed with help of iframes or a img-pixel.

    With Google Analytics you have the option to actually do all the tracking server-side so AdBlockers shouldn't be an issue tracking-wise.

buro9 10 years ago

Before Microsoft gave us the XMLHttpRequest, and before IFRAMEs were everywhere, this is exactly how, and with FRAMESETs and target="" one could track session length, reload other parts of a page after some given time, allow forms to interact with complex flows and various other things.

The "virtually invisible frame loading in the background" trick is going to be around for a long-term and seems destined to be re-learned many times over.

somebody1 10 years ago

Why wouldn't you open a web socket

  • korm 10 years ago

    Because you can't use WebSockets in the browser without Javascript.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection