- Notifications
You must be signed in to change notification settings - Fork4
License
NotificationsYou must be signed in to change notification settings
4ZM/datasamalen
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
DeathRay 2S23 Sparvnästet have been invited to take part in the event Art Hack Dayat Bonniers Konsthall. The event will be 11-13 April and has the themeof Life-logging about the relation between memory and digitalinformation.The project we are planning is based on the possibility to pick upwifi-probe requests. The requests are messages sent by wifi-devices tosee if they are close to some network that they have been connected topreviously. For instance your phone regularly broadcasts the SSID ofyour home network, your work network and some other random networksthat you have been using in the past.We will build a very directional 2.4Ghz wifi Yagi antenna and mount iton a tripod with a motor to rotate it. The antenna would scan thesurroundings continuously to identify devices and pick up all theirprobe requests. This data will then be visualized on a radarscreen. It can be quite scary and interesting to realize that you aresharing that information.If there is time, there are several ways to expand on this. It wouldbe fairly easy to add additional information to the blips on the radarscreen. Like display what kind of device it is by checking theMAC-address against the IEEEs table, what ports are open and whatservices the device run by doing a nmap scan, etc.In a second release we would let visitors select a blip on the radarscreen and have the antenna start tracking it. In the tracking mode wecould also implement a wifi mitm to mess with the connection of thetracked person for instance turning the web upside down or in otherways change the data.The project consists of building the hardware; the rotationcontrol-mechanism with the antenna connected to a computer. Handle thedata; intercept the requests and parsing them to accessible data andthen finally build a visualization from it.Scrum board for tasks:http://scrumblr.ca/deathrayInstall:... install mongodbhttp://docs.mongodb.org/manual/installation/... virtualenv... git clonehttps://github.com/Sparvnastet/datasamalen.git... pip install -r requirements... python manage.py runserver... to make muck data : 0.0.0.0:5000/muckRunning airodump et al:Start airmon:$ airmon-ng start wlan0Check that it's freq. hopping$ airodump-ng mon0Pipe data to datasamalen$ airodump-ng --berlin 1 mon0 2>&1 | ./airodump-scrubber.pl | python datasamalen.pyRunning mongodb:$ mkdir data$ mongod --rest --dbpath dataAccess raw datasamalen data:http://localhost:28017/deathray/clientshttp://localhost:28017/deathray/client_observations