TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Passive WiFi Tracking

61 pointsby primrootover 10 years ago

6 comments

userbinatorover 10 years ago
My generic Android phone, like many others, has a different random MAC every time I switch WiFi on and off since the manufacturer didn't write one to the EEPROM. A lot of people find this to be a bug, but maybe it's an "unintentional security feature"... it certainly is quite useful when using limited free WiFi hotspots.
评论 #8755713 未加载
评论 #8759890 未加载
chrischenover 10 years ago
Doesn't iOS 8 do dynamic Mac addresses now? This would mitigate most privacy concerns from WiFi tracking.
评论 #8754995 未加载
评论 #8754556 未加载
matthewmacleodover 10 years ago
There seems to have been a surprising amount of attention paid to passive wifi tracking recently. We did a hack weekend project on this last year (<a href="http://matthewmacleod.co.uk/blog/passive-wifi-tracking.html" rel="nofollow">http:&#x2F;&#x2F;matthewmacleod.co.uk&#x2F;blog&#x2F;passive-wifi-tracking.html</a> – though I never got to write it up properly) and I&#x27;ve had a number of people looking for more details.<p>This article&#x27;s a pretty good approach. We used Kismet instead though – you can control it using a nice TCP interface, and have it spit out the hardware MAC addresses of any packets it sees.<p>Pretty interesting, but I&#x27;d never roll this out in a public place. Just seems a little creepy…
alfgover 10 years ago
I wrote a similar script (via aircrack) at a recent hackathon to gather wifi nodes, and group them up by their access point (or if they weren&#x27;t connected to one). The data dump was then transformed into json and fed into a neat little d3 chart.<p>The hardware was very minimal too, just an Arduino Yun with a cheap high-gain antenna.<p>It was a fun project to hack on, but it definitely raised some eyebrows and made me rethink about some of the privacy concerns around this.
akamaover 10 years ago
It&#x27;s interesting the attention that passive wifi tracking is receiving. Another person and I actually wrote software a client to install on raspberry pi&#x27;s and a server to store all the results. We deployed this on our college campus and were shocked by how well we could track devices [1]. This is a serious problem given a large scale of sensors.<p>[1] We only stored a bcrypt hash of the mac address given the privacy concerns.
评论 #8755225 未加载
vbcrover 10 years ago
genuine question - this sounds illegal? is it and if so why?