Milan Airport WiFi sends your MAC address to advertisers and trackers
31–40 of 64 posts
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#32macchanger Also extends time limites wifi. Or use my gypsy code import random import os mac='' os.system('/etc/init.d/networking stop') os.system('ifconfig wlan1 down') os.system('ifconfig eth1 down') os.system('ifconfig wlp8s0 down') os.system('ifconfig wlp7s0 down') for i in range(0,3): __r=random.randint(16, 256) __mac=mac+":"+str(hex(r))[2:] mac="00:07:E9"+mac print mac os.system('/etc/init.d/networking stop') os…
You need to indent the code by at least 2 spaces so it doesn't collapse into a paragraph like that. Also, that script isn't really portable. Not everyone has those interface names nor /etc/init.d/networking.
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#33Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#34Earlier quoted context omitted.
Since MAC address ranges are allocated to certain manufacturers, it is a simple way to track your device type. Additionally, all MAC addresses are unique so it is the easiest way to match/combine your data from different trackers.
> Additionally, all MAC addresses are unique so it is the easiest way to match/combine your data from different trackers. This is not true. While it's intended for MAC addresses to be unique, there are plenty of instances where manufacturers re-use MACs when they run out instead of registering more. Additionally, there is no issue with multiple devices having the same MAC address as long as they're never on the same…
I would assume this is a rare occurrence and if not, it should still be okay to sometimes run into address collisions for advertising purposes.
Thanks for the info.
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#35iPhones randomize the MAC address when connecting to hotspots (on a per-ssid basis, I think?). Other platforms do too (Windows 10 now has an option to do that automatically as well, but I can’t recall if it is enabled by default).
IIRC (this is old and might have been wrong in the first place) iOS randomizes when it’s searching for networks but not when it’s connected to one.
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#36https://github.com/feross/SpoofMAC
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#37Earlier quoted context omitted.
You need to indent the code by at least 2 spaces so it doesn't collapse into a paragraph like that. Also, that script isn't really portable. Not everyone has those interface names nor /etc/init.d/networking.
It is gypsy code and works for me. Use macchanger instead of adopt the script for your purposes.
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#38https://github.com/feross/SpoofMAC
# echo "lladdr random" >> /etc/hostname.athn0Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#39What I'm more worried about are probe requests, because sometimes I forget to turn off the wifi. Do you know whether the MAC address, or other identifying data, is sent in this case?
Re: Milan Airport WiFi sends your MAC address to advertisers and trackers
#40Oof! Does anyone recommend any tools for protecting against this sort of stuff? I feel like a VPN wouldn’t even be enough here since the MAC address is coming through the headers. Edit: typo