Google Wifi DB
Try compiling this form with a wifi MAC Address and press Enter (iframe): The source code is: #!/usr/bin/python # Copyright (C) 2010 Kees Cook # License: GPLv3 # Find location of a MAC address via Google Location Services # http://code.google.com/p/gears/wiki/GeolocationAPI import cgi import sys, urllib2 import simplejson import pprint form = cgi.FieldStorage() if not form: … [Read more…]