Author Topic: Preventing sites from tracking you with cookies  (Read 15070 times)

0 Members and 1 Guest are viewing this topic.

Offline iTpHo3NiX

  • EZ's Pirate Captain
  • Administrator
  • Titan
  • *
  • Posts: 2920
  • Cookies: 328
    • View Profile
    • EvilZone
Re: Preventing sites from tracking you with cookies
« Reply #15 on: November 18, 2012, 09:10:37 pm »
I officially feel like a moron now but thanks for explaining this :)

Its ok we still <3 you  :-*
« Last Edit: November 18, 2012, 09:10:48 pm by skidiot.h »
[09:27] (+lenoch) iTpHo3NiX can even manipulate me to suck dick
[09:27] (+lenoch) oh no that's voluntary
[09:27] (+lenoch) sorry

Offline ande

  • Owner
  • Titan
  • *
  • Posts: 2664
  • Cookies: 256
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #16 on: November 19, 2012, 09:50:52 am »
Uhm.. In response to the original topic, ofc there is no plain-text cookie information with SSL. That's the point.. SSL == encrypted traffic. There are (most of the time anyway, there could be) no difference in information storage on the server and client side with or without SSL(HTTPS).
if($statement) { unless(!$statement) { // Very sure } }
https://evilzone.org/?hack=true

Offline nzambi

  • /dev/null
  • *
  • Posts: 9
  • Cookies: 3
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #17 on: November 28, 2012, 08:01:20 am »

If you want to know who is tracking you online check out the Collusion add-on for FF, or to see how well your preventative efforts are working.

"Collusion is an experimental add-on for Firefox and allows you to see all the third parties that are tracking your movements across the web."

http://www.mozilla.org/en-US/collusion/
« Last Edit: November 28, 2012, 08:03:43 am by nzambi »
"Time is an illusion. Lunchtime doubly so."

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #18 on: November 28, 2012, 12:01:39 pm »
If you want to know who is tracking you online check out the Collusion add-on for FF, or to see how well your preventative efforts are working.

"Collusion is an experimental add-on for Firefox and allows you to see all the third parties that are tracking your movements across the web."

http://www.mozilla.org/en-US/collusion/
Sounds alot like Ghostery to me
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline geXXos

  • Royal Highness
  • ****
  • Posts: 646
  • Cookies: 178
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #19 on: November 28, 2012, 12:13:23 pm »
This add-on in some ways can be informative if you've never been aware of tracking and if you're worried about being tracked but there are a number of other add-ons you could use instead such as: Better Privacy, NoScript, Ghostery, AdBlockPlus, Request Policy and Privacy Choice.
« Last Edit: November 28, 2012, 12:14:30 pm by geXXos »

Offline m0l0ko

  • Peasant
  • *
  • Posts: 129
  • Cookies: -4
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #20 on: May 24, 2014, 07:32:40 pm »
Anyone whos on linux, heres an easy way to delete LSOs:
Code: [Select]
sudo rm -rf $HOME/.macromedia/Flash_Player/#SharedObjects/*/*

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #21 on: May 25, 2014, 06:58:39 pm »
Anyone whos on linux, heres an easy way to delete LSOs:
Code: [Select]
sudo rm -rf $HOME/.macromedia/Flash_Player/#SharedObjects/*/*
Are you sure the second /* at the end is necessary?
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline m0l0ko

  • Peasant
  • *
  • Posts: 129
  • Cookies: -4
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #22 on: May 26, 2014, 06:14:18 pm »
Good point. The second /* is useless. I only recently started learning how LSOs work, I'd read that they can be freely accessed by any site, so I've been using BetterPrivacy. If you chmod 000 the SharedObjects folder, you'd prevent sites from being able to write LSOs completely, but would that interfere with other flash apps on their site?

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #23 on: May 26, 2014, 06:41:41 pm »
Good point. The second /* is useless. I only recently started learning how LSOs work, I'd read that they can be freely accessed by any site, so I've been using BetterPrivacy. If you chmod 000 the SharedObjects folder, you'd prevent sites from being able to write LSOs completely, but would that interfere with other flash apps on their site?
Well a better method would be to run a browser through a shellscript that would afterwards delete the files.
Or at logoff/reboot depending if you turn on the machine or not.
Otherwise a cron can be set to rm the files.
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline m0l0ko

  • Peasant
  • *
  • Posts: 129
  • Cookies: -4
    • View Profile
Re: Preventing sites from tracking you with cookies
« Reply #24 on: June 07, 2014, 09:56:09 pm »
Yeah a cron shell script that wipes all these files would do it nicely, that bleachbit program seems to wipe out everything, if it has a good CLE then I can make various bleachbit cron jobs. Restricting access to the LSO folder is more of a hardening measure. Why let sites write LSOs in the first place since they're not necessary. I have BetterPrivacy, and the LSO window is always empty because nothing can read the folder where LSOs are stored. Same thing could be done for things like cookies.sqlite for firefox. A shell script that contains an array of files/directories, and an array of file permissions to chmod them. I'm gonna try that and see if firefox can still run without it, or whether it changes the file permissions (can it do that?).
« Last Edit: June 07, 2014, 10:20:10 pm by m0l0ko »