Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nadiamoe/googlespoof
- Owner: nadiamoe
- License: other
- Created: 2015-11-28T10:24:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-29T08:51:07.000Z (about 9 years ago)
- Last Synced: 2024-12-27T05:04:22.577Z (9 days ago)
- Language: Java
- Size: 450 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.