Recording wireless MAC addresses

There are a lot of phones, tablets, laptops and other devices that transmit data on wireless networks. Most of them use an “active” scan technique (details) and they send packets around periodically.

Since all packets have a “source MAC address” field, I tried to record all MAC addresses that send packets around when my device is in range.

I used a Raspberry Pi 2 device with a WiFi antenna to capture network packets, my phone with a simple app to record the GPS route and my bike to move around the city :). Here are the results:

My path:

My path

I managed to capture 10000 unique source MAC addresses in a few hours. Here is a plot (each red pixel is around where I first spotted a unique MAC address):

Unique MACs

 

That line where there were very few red dots, I took the subway in each direction, so that explains it. On the left of the map, I met a friend and went for a beer. And by looking at the data afterwards, I managed to easily extract my friend’s MAC address: I searched for a source address that was in my range most of the time when we met. And there was only one result. Here are all the positions where I spotted packets from this exact MAC address:

Targeting

 

I wanted to do more digging into this data, but I’m not sure what I can do with it.

What’s clear is that smartphones can easily be tracked and that there are a LOT of devices out there 🙂

Generating Bucharest roads

As in a previous post, I’ve used the GPS coordinates of the taxi cars to create interesting visuals.

I’ve recorded the coordinates of all the cars in a few days and I’ve put them all to a single map. Here is the most detailed picture of Bucharest, obtained this way (click for high resolution):

Bucharest roads

Here is a short video that varies some parameters and creates the above picture:
Hint: Select highest video quality (HD 1440p) to view all the details

Bucharest taxi – Timelapse

In another blog post I was mentioning a public API to get coordinates of taxi cars in Bucharest (only the cars that run a specific taxi mobile app)

Since I am planning to learn Processing, I made a timelapse of the taxi cars movement on a Saturday night. Here it is:

About 10 real seconds in a frame, 30 FPS.
So a video second represents about 5 minutes of real time.

UPDATE: More timelapses:
Same night, but zoomed out to cover the entire city:

With some color (the taxi companies are color-coded):

 

The Processing sketch files can be found on my Github repository.

Overriding annoyances – vplay.ro

There is a great site (vplay.ro) that lets you view TV Shows online.

Recently they added a 5 minute wait timer before watching each episode, so that you may want to buy their Premium package:

screenshot_vplay

I looked into it and the timer is only a client-side check. Even the user account is optional. You just have to post

key=[video_id]

to

vplus.ro/play/dinosaur.do

and you get back the (temporary?) URL for the video on a file server.

You can then watch the movie in VLC or even download it.