ishmmoo Posted January 28, 2017 Share Posted January 28, 2017 Greetings, Recently, Mozilla sponsored an "art show" in NYC called "The Glass Room." The topic was privacy and data. One of the exhibits, by "Critical Engineering Working Group", had yagi-uda antennas passively scanning and collecting wifi enabled devices (phones, laptops, etc), that were looking to connect to a network. The data they were able to collect were things like device name, MAC address, preferred network list, and location. I want to recreate this exhibit. Ideally, the collected data would dump into a database where it could be interpreted later to establish a pattern. In the community's mind, what is the best way to complete this project? Here's the link to "The Glass Room" https://theglassroomnyc.org/artists-2/ Any information would be huge! Cheers Quote Link to comment Share on other sites More sharing options...
0phoi5 Posted January 30, 2017 Share Posted January 30, 2017 (edited) aircrack-ng's airodump-ng can do all of those things, apart from pinpointing the location of someone. To write the data to an Excel readable CSV file, simply use the --write argument. Location pinpointing can be achieved with multiple APs (mathematically at least 3), each checking the signal strength for a Station MAC and extrapolating this to pinpoint it's location, with a degree of inaccuracy. A custom script would probably be required for this. Edited January 30, 2017 by haze1434 Quote Link to comment Share on other sites More sharing options...
ishmmoo Posted February 3, 2017 Author Share Posted February 3, 2017 I purchased an Alfa NH for this, over the Yagi (price/use-ability). I think once I complete this project, I'm going to work on wifi triangulation. Cheers! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.