Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadiamoe/googlespoof

Create fake beacon frames to spoof Google's wifi-based location
https://github.com/nadiamoe/googlespoof

Last synced: 9 days ago
JSON representation

Create fake beacon frames to spoof Google's wifi-based location

Awesome Lists containing this project

README

        

About Googlespoof
=================

Googlespoof is a Proof-of-concept aimed to exploit Android's geolocation APIs which use 802.11 networks.

This POC is divided in two parts:

## Beaconator

A program written in C that, given some parameters (GPS coords, accuracy, and an interface in
monitor mode), asks Wigle's API for networks on this location, parses JSON, filters out recent networks, and continously
inject beacons in order to simulate the fetched networks. This casuses Android phones which rely on WiFi networks to
provide their location they are on the point supplied to the program.

Usage: ./bin/Beaconator
-i
-a
-o
-r [range (0.000300)]
-m [max age in months (12)]
-l [limit max aps (40)]
-j [local json. +file.json to dump, -file.json to load]

## SecureLoc

An Android app which listens for network-based location requests, and compares the result to the
position reported by GPS. If they differ in a great amount, alerts the users informing his location is being spoofed.